
Chapter 4 Creating J2EE Applications for Sybase EAServer
Building and Deploying EJBs, Servlets and JSPs Using Borland JBuilder Enterprise
PowerDesigner can generate a JBuilder Enterprise project file that contains:
- All Java files
- The EAR group
- The EJB groups
- The Web groups
- The EAServer configuration description containing O/R mapping information
To build and deploy EJBs, Servlets and JSPs using JBuilder Enterprise:
- Add the JBuilder Extended Model Definition in the PowerDesigner OOM.
- Generate all the Java code using Language→Generate Java Code without selecting any command task.
- Launch JBuilder.
- Open the generated JBuilder project file.
- Use the Make command of the project to compile and package.
- Use the Deploy command of the .WAR, .JAR or .EAR to deploy in EAServer.
You can also use the generated Ant script to compile, package and deploy the J2EE application into EAServer.
For JBuilder 7, you need to install the EAServer plugin for JBuilder. You can download it from http://www.sybase.com
.
For more information, see the JBuilder chapter.
Copyright (C) 2006. Sybase Inc. All rights reserved.
|
|