Chapter 7 Creating J2EE Applications for IBM WebSphere 5.0


Building a J2EE Application Project

Instead of building EJB and Web projects one-by-one , you can build them at once by using the J2EE application project.

Steps To build a J2EE application project:

  1. Right-click the J2EE application project.
  2. Select Build Project or Rebuild Project.

Steps To validate a J2EE application project:

  1. Right-click the J2EE application project.
  2. Select Run Validation.

Prior to the deployment, you need to generate WebSphere server side code for EJBs implementation.

Steps To generate the server side code:

  1. Right-click the J2EE application project.
  2. Select Generate Deploy Code.

    This command will run the validation, generate all the server side code and compile the code.

 


Copyright (C) 2006. Sybase Inc. All rights reserved.