
Chapter 9 Creating J2EE Applications for IBM WebSphere 5.0
Customizing WebSphere Application Server Generation
PowerAMC generates all the WebSphere server specific files for WebSphere Application Server:
- META-INF\application.xml - J2EE application descriptor file with modules IDREF
- META-INF\ejb-jar.xml - EJB deployment descriptor with objects Ids
- WEB-INF\web.xml - web application descriptor with objects Ids
- META-INF\ibm-ejb-jar-bnd.xml - EJB binding file
- META-INF\Table.ddl - DDL for database creation
- META-INF\backends\%DBMSID%\%databaseName%.dbxmi - Database definition file
- META-INF\backends\%DBMSID%\%databaseName%_
%schemaName%.schxmi - Database schema definition file
- META-INF\backends\%DBMSID%\%databaseName%_
%schemaName%_%tableCode%.tblxmi - Table definition file
- META-INF\backends\%DBMSID%\Map.mapxmi - O/R mapping descriptor
- META-INF\backends\%DBMSID%\Table.ddl - DDL for creating the database
Where:
- %DBMSID% ID of the back-end DBMS. For example, DB2UDBNT_V72_1
- %databaseName% - Database name
- %schemaName% - Schema name
- %tableCode% - Table name
Copyright (C) 2005. Sybase Inc. All rights reserved.
|
|