Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Apache Maven can be downloaded from the following URL:

ttphttp://maven.apache.org

Back to Top

Build the sample application

...

Code Block
xml
xml
borderStylesolid
titleJBoss deployment descriptor - jboss.xml
<?xml version="1.0"?>

<jboss>
   <enterprise-beans>
      <entity>
         <ejb-name>CustomerEJB</ejb-name>
         <jndi-name>CustomerHomeRemote</jndi-name>
      </entity>
   </enterprise-beans>
</jboss>

The jndi-name element is used to bind the CustomerEJB to the name CustomerHomeRemote in JNDI.

Back to Top

Deploy the sample application

Back to Top

The Geronimo environment
Anchor
Geronimo
Geronimo

...