Packages
com.niggle.data The base Niggle API's that abstract away your web app's interaction with externally configured datasources.
com.niggle.data.inmemory A Niggle DataSource implementation that keeps records in-memory and persists them to a flat file.
com.niggle.data.jdbc An implementation of the Niggle DataSource API that uses the JDBC API to store/retrieve the records to/from an external database system.
com.niggle.data.metadata Classes that represent record and field-level metadata in Niggle.
com.niggle.servlet Niggle classes that wrap and extend the core Java Servlet API.
com.niggle.templates The base Niggle API's that abstract away your web app's interaction with page templates.
com.niggle.templates.freemarkerimpl An implementation of the Niggle presentation API that leverages the open source Freemarker template engine.
com.niggle.util A hodge-podge of utility code/classes that don't really fit anywhere else.