X-Application

Introduction

This document covers the following topics:


Installation

This section covers the following topics:

Setting up the tags within Tamino X-Application

Start of instruction setTo set up the new tags within Tamino X-Application

Tamino X-Application Version 3.1.2 is required to use the new tags. If you have a previous version, please update Tamino X-Application by downloading and installing the new Version 3.1.2.

  1. Download the contributed .zip file.

    Important:
    Create a backup copy of your Tamino X-Application environment because changes you have previously made may be overwritten.

  2. Unzip the file in your Tamino X-Application environment on toplevel.

  3. Execute the command script build.cmd to rebuild Tamino X-Application and integrate the new tags.

  4. Execute the command script build examples.jsp to rebuild the JSP examples.

  5. Execute the command script build demos.jsp to rebuild the JSP demos.

  6. Execute the command script build generator to rebuild the Tamino X-Application Generator.

Tip:
Delete the content of your Tomcat work directory to prevent irritations concerning Tomcat.

Integrating the Tags into an Existing Web Application

Start of instruction setTo integrate the new tags

  1. Proceed with the steps as described in the above section Setting up the new Tags within Tamino X-Application.

  2. Copy the file xapplication\lib\debug\xapplication.jar into the directory yourWebApplication\Web-Inf\lib\xapplication.jar.

  3. Copy the file xapplication\Web-Inf\xapplication.tld into the directory yourWebApplication\Web-Inf\JSP\xapplication.tld.

    Important:
    If you have modified the file xapplication.tld (with new tag definitions), only copy the definition for the new tags to your existing xapplication.tld file. Your changes will not get lost.

Top of page