Contains all the "web" parst of JOT, the meat of JOT.
Such as:
- The framework part: MVC:
handling requests, use model (Model)
managing the application flow and calling actions(Controller)
parsing templates and generating HTML(View)
The sub packages contains many other features such as:
- server impl.
- ajax support
- widgets
- multipart request support
and so on.