Servlet with Enterprise JavaBean Example
To use the Servlet with Enterprise JavaBean example, see the following sections:
This Enterprise JavaBean (EJBean) example package contains the classes and other files necessary to set up and run an EJBean stateful session to a Tuxedo Server using Jolt. The package contents are as follows:
- Client application (client application documentation and source)
- Deployment
DeploymentDescriptor.txtmanifest
- Interfaces
Teller(remote interface documentation and source)TellerHome(home interface documentation and source)TellerResult(application-specific utility documentation and source)ProcessingErrorException(application-specific exception documentation and source)TransactionErrorException(application-specific exception documentation and source)
- Server (EJBean)
TellerBean(EJBean documentation and source)
Parent topic: Servlet with Enterprise JavaBean Example