- The new version is same simple "bean has a dao helper design", but it uses ibatis.com db layer. (the "older" design used RowSet) Ibatis db layer is very nice.
- It now works fine and is tested with MYSQL. (and pgSQL)
- It is build for JSP 2.0 containers, like a late build of resin 3 and tomcat 5, tested to work with both (but could be converted to JSP 1.2 with addition of the c tag)
- It now has a list of maps backed beans for more flexibility. (old design was rows of columns), aka list backed bean.
- It uses display tag (struts menu, JSP2, JSTL, tiles, etc.)
- Like before, the base action dispatches, DAO is a interface (so you do not have to use iBatis db layer) and beans knows how to CRUD, via very nice OO.
Of course... still more to do....
.V
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

