Enterprise Java Development@TOPIC@
Show how EJBs build on POJO business logic concepts
Create and deploy a basic EJB (without resource requirements or other dependencies)
Show different EJB deployment options
Show how to access the EJB via a native EJB remote interface
Create an integration test for the EJB
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
Unit test the EJB as a POJO
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