The EJB 3.1 Specification has a load of features that simplifies EJB development even further. A couple of EJB 3.1 features have been implemented in GlassFish V3. In this blog I will describe how EJB container can be installed in GlassFish V3.

Installing EJB 3.1 Container module in GlassFish V3 TP2

  1. First download and install GlassFish V3 Technology Preview 2
  2. cd to <V3_install_dir>/bin
  3. run update tool (./updatetool). If you are running it for the first time, it will install the update tool. Rerun it again to run the update tool
    1. From the left panel, pick the Available add-ons
    2. Click the glassfishv3-ejb checkbox and click install
    3. Accept the License agreement by pressing Accept. This will install the ejb-container module
See my other blog for a sneak preview of some of the EJB 3.1 features in GlassFish V3
Comments:

good one

Posted by neetz on May 08, 2008 at 03:24 AM PDT #

Post a Comment:
  • HTML Syntax: NOT allowed

This blog copyright 2008 by Mahesh Kannan