Home - TroyHisted/relib GitHub Wiki
Relib is a collection of utility modules designed to assist with common web application development tasks without the weight of an application framework.
Relib consists of the following modules:
- Relib DB - Utilities and methods for working with SQL statements
- Relib HTTP - Controller mapping and request parsing for web apps.
- Relib UI - JSP Tag library for generating input fields.
- Relib Util - Generic utility methods for standard java objects.
This library is intended for non mission critical applications requiring minimal dependencies and features of popular application frameworks. The target usage is a "toolbox" application.