Enterprise Java Development@TOPIC@
Create and deploy a basic EJB (without resource requirements or other dependencies)
Show different deployment options
Show how to access the EJB
Create an integration test for the EJB
Enhance development skills
At the completion of this topic, the student shall
be able to:
Create an EJB module
Create a simple @Stateless EJB in the EJB module
Add required and key aspects to the EJB
Deploy the EJB to the server using an EAR
Deploy the EJB to the server using a WAR
Integration test the EJB deployed to the server
Create deterministic JNDI names
Debug remote EJB code running on the server