XML Descriptions


Overview

J2EE applications are generated from two descriptions, expressed in XML. 

The semantics of the application are represented in an application xml file, which we refer to as an appl.xml file.  This file describes the following:

Only the data objects for the application are required.

The implementation of the application is represented in an implementation xml file, which we refer to as an impl.xml file.  This file describes the following:

Only the containers and layers for the implementation are required.

Both types of descriptive files may be created using tools developed by our project.

Example Files

appl.xml files

skeleton

three objects/ two user types

impl.xml files

skeleton

HTTP container

Web container

Web container, with stub model layer

Web plus EJB containers