VelocityWeb is a zero-configuration web application framework for J2EE. It provides new technology for developing/unit testing without J2EE server. VelocityWeb uses Velocity HTML files as view and Apache Common DBUtils as DAO with pattern TRANSACTION_PER_REQUEST.
Easy layout for web pages, uniform success/fail page, simple O/R mapping using ANSI/ISO SQL(DBUtils), generated DAO classes for normal case such as insert/update/delete/get by PK.
VelocityWeb brings us a uniform interface to support pagination of many database. It also supports special SQL such select distinct/ group by. And codes in internet normally don't support these.
What's New in This Release:
· Added SQL query result pagination support in this version.
· Supports Oracle, MS SQL Server, Mysql, PostgreSQL, DB2.
Product's homepage