Re: Struts Sample / Best Practices for Database access

2004-07-15 Thread Vic Cekvenich
http://www.reumann.net/do/struts/ibatisLesson1 Richard Reyes wrote: Hi Guys, Newbie question, where can i get struts sample application using database components like DAO, JDO or Hibernate samples. Thanks Richard - To unsubscrib

Re: Struts Sample / Best Practices for Database access

2004-07-15 Thread Hubert Rabago
The mailreader app is included with the 1.2.1 distribution. http://cvs.apache.org/dist/struts/v1.2.1/ --- Richard Reyes <[EMAIL PROTECTED]> wrote: > Thanks Ted. Where can i get the mailreader webapp again? > > Ted Husted wrote: > > >This is kind of a trick question, or at least a trick subject.

Re: Struts Sample / Best Practices for Database access

2004-07-15 Thread Richard Reyes
Thanks Ted. Where can i get the mailreader webapp again? Ted Husted wrote: This is kind of a trick question, or at least a trick subject. In a Struts application, the best practice for database access is for Struts to be unaware that there is even such a thing as a database. If you are using the

Re: Struts Sample / Best Practices for Database access

2004-07-15 Thread Ted Husted
This is kind of a trick question, or at least a trick subject. In a Struts application, the best practice for database access is for Struts to be unaware that there is even such a thing as a database. If you are using the Struts best practice, then it shouldn't matter whether the database exampl

Re: Struts Sample / Best Practices for Database access

2004-07-14 Thread Van
On Thu, 15 Jul 2004 14:16:29 +0800, Richard Reyes <[EMAIL PROTECTED]> wrote: > Newbie question, where can i get struts sample application using > database components like DAO, JDO or Hibernate samples. I never quite get around to downloading it and taking a look at it myself, but, I hear good thin

Struts Sample / Best Practices for Database access

2004-07-14 Thread Richard Reyes
Hi Guys, Newbie question, where can i get struts sample application using database components like DAO, JDO or Hibernate samples. Thanks Richard