Re: Best way to connect to Database in struts

2004-05-27 Thread Riyad Kalla
; > Regards, > David > > -Original Message- > From: Barnett, Brian W. [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 27, 2004 1:49 PM > To: 'Struts Users Mailing List' > Subject: RE: Best way to connect to Database in struts > > > Use iBATIS SqlMap

RE: Best way to connect to Database in struts

2004-05-27 Thread David Friedman
Next vote: Hibernate! (www.hibernate.org) Regards, David -Original Message- From: Barnett, Brian W. [mailto:[EMAIL PROTECTED] Sent: Thursday, May 27, 2004 1:49 PM To: 'Struts Users Mailing List' Subject: RE: Best way to connect to Database in struts Use iBATIS SqlMaps and Dao

RE: Best way to connect to Database in struts

2004-05-27 Thread Barnett, Brian W.
Use iBATIS SqlMaps and Dao framework. www.ibatis.com -Original Message- From: Axel Seinsche [mailto:[EMAIL PROTECTED] Sent: Thursday, May 27, 2004 11:43 AM To: Struts Users Mailing List Subject: Re: Best way to connect to Database in struts Zaid wrote: >Dear Friends, > >I

Re: Best way to connect to Database in struts

2004-05-27 Thread Axel Seinsche
Zaid wrote: Dear Friends, I am new to struts, so I was confused in choosing the best way to make connection to Database, whether data-resources or Plugin or any other method, however, if any suggested way to connect, please inform me. Baring in mind that I am using MySQL server. As the Struts da