JAVA-OLTP PROJECT OVERVIEW
Objective:
- To build a framework to simplify data entry programming in Swing & JSP
Sub-projects:
- DAO - Data Access Objects, that create an inteligent layer between the application and the database
- Swing Widgets - A colection of Java Beans that extend and combine Swing Widgets, improved to deal inteligently with data extracted from the database, including format parsing and validation, range check; It includes a very flexible Table, with lots of functionality added to the base Swing table (frozen panes, ordering, etc.)
- Reports API - An high level reporting API for record-processing reports
- DataEntry API - An high level multilanguage data entry building and management API, that allows the creation of forms in Swing or JSP; QBE forms are built and managed in runtime and, although default forms can be used in little trouble, they can be generated and customized
- Wizard API - a simple API to create wizards