short descriptions of the classes per package |
|
The main package of the framework, holds several generic classes that do not fit into any of the subpackages. |
|
Main database oriented package, holds classes for persistency, connecting and exceptions. |
|
Data Access Objects (Dao) are are used for executing database queries. They wrap several database extension api's. |
|
Offers a model and DSL and generates SQL for navigational queries used by SearchPages |
|
Is meant for future graphical extensions, but currently only holding class Point. |
|
represents meta data about application domain models and implements generic meta-level behavior. |
|
Security package |
|
Main package for the web based user interface, holding some generic user interfacing classes that do not fit into any of the subpackages. |
|
Actions are controllers that change the state of the domain model of an application. |
|
Dialogs are pages that are used to select one or more objects. |
|
Models HTML document elements, merging values retrieved from a domain model and takes care of the required conversions and validations. |
|
Objects that take care of a specific task to help controllers |
|
controllers the front controller and actions forward to take care of output generation |
|
controllers that pages forward to to take care of specific parts in the output |
|
small parts that resemble data input elements in forms. |