This project is the root project for the core Asynchronous EJB example; Async Market. From a problem domain perspective, it is a gathering place for buyers and sellers of items. From a technology perspective, it forms an example usage of JMS and EJB Timers within the EJB server tier.
This project has declared the following modules:
Name | Description |
---|---|
Async::Async Market::Impl | This project provides the data access tier used by the Async Market JMS example. |
Async::Async Market::EJB | This project provides example usages of JMS and EJB Timers within the EJB tier. |
Async::Async Market::WAR | This project provides a utility Web interface to the Async Market JMS Example. |
Async::Async Market::EAR | This project provides a deployment EAR for the Java EE components associated with the Async Market project. |
Async::Async Market::RMI Test | This project is used to deploy and test the server-side components for the Async Market project. |