"Application Logic" to support the QED Admin Tool application. This
application uses a single AdminSession JavaBean which
dispatches different application actions from a central 'handleRequest()'
function.
This approach is simple, and sufficient for small applications.
Note that this is still partly a "Model 1" application, in which
a fair amount of the application logic is in the JSP pages:
|