Package net.jot.web.ctrl

Class Summary
JOTController Extends this generic class to implement a Controller The Controller is here to process a request (do the logic required to process it) It gives you easy access to the following objects: request,response,session.
JOTFormValidationController Generic class you can extend to create a formValidation Controller
JOTMasterController This is the master controller, it handles a complete "user request" comiming from the browser.
JOTTestController