Download
FAQ History |
API
Search Feedback |
Example Application Overview
The
SimpleMessageApp
application has the following components:Figure 28-1 illustrates the structure of this application. The application client sends messages to the queue, which was created administratively using the Admin Console. The JMS provider (in this case, the Application Server) delivers the messages to the instances of the message-driven bean, which then processes the messages.
Figure 28-1 The
SimpleMessageApp
ApplicationThe source code for this application is in the
<
INSTALL
>/j2eetutorial14/examples/ejb/simplemessage/
directory.
Download
FAQ History |
API
Search Feedback |
All of the material in The J2EE(TM) 1.4 Tutorial is copyright-protected and may not be published in other works without express written permission from Sun Microsystems.