
Chapter 3 Creating Borland JBuilder Project Files
JBuilder Project File Generation
The JBuilder project file is an XML file with a .jpx extension.
PowerDesigner generates a JBuilder project file called <ModelCode>.jpx, which has the following structure:
- <Project Source> node that shows the Java packages and files in hierarchy format
- Packages that show the Java files
- EAR file group if the model contains EJBs, Servlets or JSPs
- Web application groups if the model or packages correspond to an archive file that contains Servlets or JSPs
- EJB groups if the model or packages correspond to an archive file that contains EJBs
- Target application server type
- Application server specific deployment descriptors
Copyright (C) 2006. Sybase Inc. All rights reserved.
|
|