Re: Help in using iBatis

2005-05-10 Thread Larry Meadors
Here is the simplest iBATIS application ever: http://www.mail-archive.com/ibatis-user-java@incubator.apache.org/msg01759.html The entire thing fits in an email. Larry On 5/11/05, Folashade Adeyosoye <[EMAIL PROTECTED]> wrote: Try the JPetStore application   From: Sangeet

RE: Help in using iBatis

2005-05-10 Thread Folashade Adeyosoye
Title: Help in using iBatis Try the JPetStore application   From: Sangeetha K (RBIN/ECB-T1) [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 10, 2005 8:01 AM To: ibatis-user-java@incubator.apache.org Subject: Help in using iBatis   Hello, I'm new to iBatis. I want to know h

Re: Help in using iBatis

2005-05-10 Thread Douglas
Hi Sangeetha, A great start point is the iBatis Manual (first look at the tutorial and later for the developer guide), the address is : http://www.ibatis.com/downloads.html See also the JPetStore (the same link), it is a great example that use iBatis (SQLMap and DAO) and Struts. Regards, Dougl