Re: where can I find a simple implementation example

2005-08-19 Thread Prashanth Sukumaran
Hi I found that very good blog just explaining only IBatis with a simple example. http://www.j2eegeek.com/blog/2005/01/31/ibatis-where-have-you-been-all-my-life/ Rgds Prashanth --- Salim Madjd <[EMAIL PROTECTED]> wrote: > Hi, > I have read a lot of documentations and I still can not put the wh

RE: where can I find a simple implementation example

2005-08-18 Thread Priyesh Mashelkar
: user-java@ibatis.apache.org Subject: Re: where can I find a simple implementation example Having done a lot of JDBC coding myself, I do not think that is a great idea - I'd suggest spending the time to understand iBATIS first. It may take you a day or two to get rolling with it, but once yo

Re: where can I find a simple implementation example

2005-08-18 Thread Larry Meadors
Having done a lot of JDBC coding myself, I do not think that is a great idea - I'd suggest spending the time to understand iBATIS first. It may take you a day or two to get rolling with it, but once you are using it, you will cut out a TON of coding that would be required with JDBC. Larry On 8/

Re: where can I find a simple implementation example

2005-08-18 Thread Salim Madjd
Thanks, Larry! I guess I'll take a look at spring. I am beginning to think it might be faster to just go directly with JDBC and refactor later as I become more comfortable with Spring and ibatis.   Thanks again,   SalimLarry Meadors <[EMAIL PROTECTED]> wrote: Oops, i only replied to salim...--

Fwd: where can I find a simple implementation example

2005-08-17 Thread Larry Meadors
Oops, i only replied to salim... -- Forwarded message -- From: Larry Meadors <[EMAIL PROTECTED]> Date: Aug 17, 2005 4:35 PM Subject: Re: where can I find a simple implementation example To: Salim Madjd <[EMAIL PROTECTED]> On 8/17/05, Salim Madjd <[EMAIL PR

Re: where can I find a simple implementation example

2005-08-17 Thread Larry Meadors
On 8/17/05, Salim Madjd <[EMAIL PROTECTED]> wrote: > Thanks, Larry. > > Yes, I have gone this far and have all the config and maps setup based on > the documentations. > > Your example is great for stand-alone application. But I am looking for web > application (tomcat 5.x and above or any

Re: where can I find a simple implementation example

2005-08-17 Thread Salim Madjd
Thanks, Larry.   Yes, I have gone this far and have all the config and maps setup based on the documentations.   Your example is great for stand-alone application. But I am looking for web application (tomcat 5.x and above or any servlet 2.3 container) and some best practices. For example, where sh

Re: where can I find a simple implementation example

2005-08-17 Thread Salim Madjd
Prashanth, Thanks for your email. I had already looked at the petstore. And as I said in my email I am looking for a simple example that does NOT include strut or spring.   I was hoping to find a simple example without the involvement of strut and spring. Using petstore as an example it forces any

Re: where can I find a simple implementation example

2005-08-17 Thread Larry Meadors
This is as simle as it can possibly get: http://www.mail-archive.com/ibatis-user-java@incubator.apache.org/msg01759.html Larry On 8/17/05, Prashanth Sukumaran <[EMAIL PROTECTED]> wrote: > IBatis PetStore. > > http://ibatis.apache.org/petstore.html > > --- Salim Madjd <[EMAIL PROTECTED]> wrote

Re: where can I find a simple implementation example

2005-08-17 Thread Prashanth Sukumaran
IBatis PetStore. http://ibatis.apache.org/petstore.html --- Salim Madjd <[EMAIL PROTECTED]> wrote: > Hi, > I have read a lot of documentations and I still can not put the whole thing > together, yet. > I just want to see a simple implementation using servlet or jsp directly > without involvin

where can I find a simple implementation example

2005-08-17 Thread Salim Madjd
Hi, I have read a lot of documentations and I still can not put the whole thing together, yet. I just want to see a simple implementation using servlet or jsp directly without involving strut or spring. I like to see a simple jsp page displaying a select statement and the jsp page displaying foo