About EJB::Basic EJB Example

This project provides an example of developing and deploying an initial Session EJB that has no resource requirements.

Project Modules

This project has declared the following modules:

Name Description
EJB::Basic EJB::EJB This project provides an example of the core properties of a session bean.
EJB::Basic EJB::EAR This projects provides an example EAR for deploying one or more EJB and other type modules. This EAR is assembled here, but tested as a part of the function/integration testing in a sibling project.
EJB::Basic EJB::WAR This project provides an example WAR deployment of an EJB. Note that this WAR is *not* being deployed as a part of the sibling EAR. It is here to show a flexible deployment option to an EAR.
EJB::Basic EJB::Test This project provides an example of deploying and running IT tests on a remove application.