|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
Packages | |
com.revusky.niggle.servlet | Niggle classes that wrap and extend the core Java Servlet API. |
com.revusky.niggle.templates | The base Niggle API's that abstract away your web app's interaction with page templates. |
com.revusky.niggle.templates.freemarkerimpl | An implementation of the Niggle presentation API in com.revusky.niggle.templates that leverages the open source Freemarker template engine. |
com.revusky.niggle.templates.velocityimpl | An implementation of the Niggle presentation API in com.revusky.niggle.templates that leverages the open source Velocity template engine. |
com.revusky.niggle.templates.webmacroimpl | An implementation of the Niggle presentation API in com.revusky.niggle.templates that leverages the open source Webmacro template engine. |
com.revusky.oreo | The base Oreo API's that abstract away your web app's interaction with externally configured data sources and data records. |
com.revusky.oreo.inmemory | An Oreo DataSource implementation that keeps records in-memory and persists them to a flat file. |
com.revusky.oreo.jdbc | An implementation of the core Oreo Data API's in com.revusky.oreo that uses JDBC to store/retrieve the records to/from an external database system. |
com.revusky.oreo.metadata | This package contains classes that represent metadata in Oreo, objects that encapsulate information about data sources, record types, and fields. |
com.revusky.oreo.predicates | This package contains concrete RecordFilter
objects (predicates) that represent a subset of records to return from a data source. |
com.revusky.oreo.transaction | This package contains a TransactionalDataSource interface that would have to be implemented to wrap up a transactional data source as an Oreo data source object. |
com.revusky.oreo.util | A hodge-podge of utility code/classes that don't really fit anywhere else. |
com.revusky.oreo.xml |
Niggle is an MVC framework for developing robust java servlets.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |