Re: persistent data storage - the right way

2004-02-17 Thread Paul Thomas
On 16/02/2004 10:25 Turner Benjamin wrote: Thomas, The simple answer is that you don't. Struts has nothing to do with data persistence. What I think you're really asking is how to implement persistence in a web application. I do realise that. My question was indeed how to implement such a

Re: persistent data storage - the right way

2004-02-16 Thread Paul Thomas
On 15/02/2004 12:26 Ben Turner wrote: hello, i have been looking (in vain) for a description how to implement database access in struts correctly. i would like to use the DAO (data access object) pattern in combination with datasources for connection pooling. however, i am having a hard way

RE: persistent data storage - the right way

2004-02-16 Thread Turner Benjamin
Thomas, The simple answer is that you don't. Struts has nothing to do with data persistence. What I think you're really asking is how to implement persistence in a web application. I do realise that. My question was indeed how to implement such a thing. Well, I suppose you could use the

Re: persistent data storage - the right way

2004-02-16 Thread Mark Lowe
List Subject: Re: persistent data storage - the right way is Hibernate another good alternative ? --- Oliver Thiel [EMAIL PROTECTED] wrote: Hi, you can use iBatis [http://www.ibatis.com/] and take a look at this example/tutorial: http://www.reumann.net/do/struts/ibatisLesson1 (using: Struts - DAO

Re: persistent data storage - the right way

2004-02-15 Thread Oliver Thiel
Hi, you can use iBatis [http://www.ibatis.com/] and take a look at this example/tutorial: http://www.reumann.net/do/struts/ibatisLesson1 (using: Struts - DAO - iBatis ) I think this is what your looking for. Oliver hello, i have been looking (in vain) for a description how to implement

Re: persistent data storage - the right way

2004-02-15 Thread lixin chu
is Hibernate another good alternative ? --- Oliver Thiel [EMAIL PROTECTED] wrote: Hi, you can use iBatis [http://www.ibatis.com/] and take a look at this example/tutorial: http://www.reumann.net/do/struts/ibatisLesson1 (using: Struts - DAO - iBatis ) I think this is what your

RE: persistent data storage - the right way

2004-02-15 Thread David Friedman
I use hibernate so, yes, I think it is a good alternative. :) Regards, David -Original Message- From: lixin chu [mailto:[EMAIL PROTECTED] Sent: Sunday, February 15, 2004 8:56 PM To: Struts Users Mailing List Subject: Re: persistent data storage - the right way is Hibernate another good