
Chapter 7 Creating J2EE Applications for IBM WebSphere 5.0
Generating and Deploying J2EE Applications from PowerDesigner
You can generate the Java code, compile the code, package and deploy into WebSphere server from PowerDesigner.
To deploy a J2EE application into WebSphere server from PowerDesigner:
- Ensure that the WAS_HOME environment variable is defined to indicate the WebSphere server home directory.
- Select Language→Generate Java Code.
- Click the Options tab, and disable the "Generate WebSphere Application Developer 5.0 project files" option.
- Click the Tasks tab, and select the "Java: Build components, Create EJB JARs, Web Application WARs and EAR" and "WebSphere: Deploy the EAR file in WebSphere Application Server" tasks. The deploy task should come after the build task:
PowerDesigner will use the ejbdeploy.bat command to generate the server side code and the wsadmin.bat to deploy the J2EE application.
Copyright (C) 2006. Sybase Inc. All rights reserved.
|
|