You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Menke, John" <Jo...@acs-inc.com> on 2003/03/21 22:45:30 UTC

RE: new sample "best practice" Struts data driven web app for Tom cat 5/Resin 3

very cool Vic!!!!!!  I need tomcat 5 to download?  I will do it.  Want to
check it out.  

-----Original Message-----
From: Vic Cekvenich [mailto:vc@basebeans.com]
Sent: Friday, March 21, 2003 4:14 PM
To: struts-user@jakarta.apache.org
Cc: tomcat-user@jakarta.apache.org
Subject: 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