RE: Struts + iBatis Database Layer

2003-07-02 Thread Brandon Goodin
Here is a link to my BaseDAO that utilizes the Ibatis SqlMap. My plan is to move this to a singleton that works more like Log4j Logger. This would allow the SqlMap to be called from a static method. Many people use static methods in their DAOs to avoid instantiating objects everytime they need to p

Re: Struts + iBatis Database Layer

2003-07-02 Thread Vic Cekvenich
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/basicportal/bPproj/src/war/com/baseBeans/scaFfoldingXpress/base/util/DAOIBaseHelper.java Andy Cheng wrote: Hi! All Basically I have made the ibatis and struts examples working, and I can build some simple apps with both. However, I do not really kno