-
VelocityWeb 1.3.1 will be released soon!!
<br>
We bring new DB-based resource bundle. We see that Apache has a sub-project named as sandbox/resources, which has been inactived now(don't know why).
<br>And we make this framework compiled under JDK1.3 .
<br>
<br>
We want to give more re-usable code in this framework.Here are our task list:
<br>
<br>0. db...
2009-03-16 16:46:57 UTC by jacklondon_chen
-
jacklondon_chen changed the public information on the VelocityWeb project.
2009-03-16 16:31:09 UTC by jacklondon_chen
-
VelocityWeb is a zero-configuration web framework for J2EE.It's easy to debug/unit test without J2EE server,create view with Velocity/Freemarker,create DAO with Apache Common DBUtils,SQL pagination,and transaction following TRANSACTION_PER_REQUEST.
VelocityWeb 1.3 has been released!
VelocityWeb brings us a uniform interface to support pagination of many database. It also supports special...
2008-08-22 21:14:36 UTC by jacklondon_chen
-
VelocityWeb 1.3 will be released soon!
In this version, a SQL paging(pagination?) abstract will be added to support all main database: Oracle, SQL Server, Mysql, PostgreSQL, DB2.
And the next version, I will add a J2EE navigator menu generator. As we all know, each J2EE project will have navigator menu, and it's not easy for a beginner to handle. The menu will be generator based on config...
2008-08-08 15:06:56 UTC by jacklondon_chen
-
VelocityWeb 1.2 has released.
Add template abstract layer to support both Velocity and Freemarker.
2007-09-03 16:10:09 UTC by jacklondon_chen
-
Velocity 1.1 will plan to be released at June 2007.
Java docs will be updated. FreeMaker support will be added.
2007-04-22 00:35:04 UTC by jacklondon_chen
-
VelocityWeb 1.0 has released with document in English, Chinese.
2007-03-18 15:35:40 UTC by jacklondon_chen
-
VelocityWeb 1.0 will be released soon.
2007-02-28 09:12:14 UTC by jacklondon_chen
-
add junit test cases, these cases can run without starting J2EE server, and can test full business path: server request -> service -> dao -> result pages.
testing under Oracle 9i has finished.
document has not finished yet.
2006-11-19 16:42:49 UTC by jacklondon_chen
-
VelocityWeb 0.9 has been released!
Add new sample for petstore.
Add layout support dispatcher(something like struts action), and dispatcher group. Dispatcher will use layout of dispatcher group if it belongs to.
Fix some bugs in O/R mapping.
2006-11-14 16:17:36 UTC by jacklondon_chen