JOnAS v2.4 Tutorial | ||
---|---|---|
<<< Previous | The Alarm application | Next >>> |
The Alarm application is located in the $JONAS_ROOT/example/alarm directory. It is structured as follows:
etc/web.xml: application description.
web/ directory: JSPs, images, html files.
beans/ directory: beans and service to be loaded in EJBServer.
src/ directory: servlet generating alarms.
client/ directory: client java program generating alarms and using JMS, now obsolete, replaced by the servlet in src/.
<<< Previous | Home | Next >>> |
The Alarm application | Up | Setting up the application |