You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Vic Cekvenich <vc...@basebeans.com> on 2003/03/21 22:13:39 UTC

new sample "best practice" Struts data driven web app for Tomcat 5/Resin 3

I released a new basicPortal implementation called "bP v0.8k" available 
for download on basicPortal.sf.net.

- 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: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org