Re: Spring tutorial

2007-09-24 Thread Leena Borle
n mind as an ideal. > > - Ray Clough > > > > > - Original Message - > > From: "Nuwan Chandrasoma" <[EMAIL PROTECTED]> > > To: "Struts Users Mailing List" > > Subject: Re: Spring tutorial > > Date: Mon, 24 Sep 2007 00:16:03 +0530 &g

Re: Spring tutorial

2007-09-23 Thread Ray Clough
x27;, and implementation always has to make compromises. But it helps to keep it in mind as an ideal. - Ray Clough > - Original Message - > From: "Nuwan Chandrasoma" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Subject: Re: Spring tuto

Re: Spring tutorial

2007-09-23 Thread Nuwan Chandrasoma
Hi, you can use the same approach you used in servlets. if you use spring it will help you write the code in more elegant way :) Thanks, Nuwan rama krishna yalagandula wrote: Yes... Exactly that is the my question... I am **New** to Struts I do not know How to do the "Database Conn

Re: Spring tutorial

2007-09-23 Thread Adam Hardy
Hi Rama Krishna, you can still use the same JDBC thin driver, in fact since your learning curve with struts is quite steep, I would suggest you just take a good example of your usage of JDBC and encapsulate it using the Factory design pattern for instance, and then call your factory classes fr

Re: Spring tutorial

2007-09-23 Thread rama krishna yalagandula
Yes... Exactly that is the my question... I am **New** to Struts I do not know How to do the "Database Connections" in Struts...When I was working with Servlets... I used JDBC thin driver... So My doubt is What are the availabe things to do "Database Connections" and which one very much eas

Re: Spring tutorial

2007-09-22 Thread Oleg Mikheev
Martin Gainty wrote: Im sorry.. what is the question? I think he is asking whether he needs to use Spring fw to connect to DB several times. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Spring tutorial

2007-09-21 Thread Martin Gainty
Im sorry.. what is the question? M-- - Original Message - From: "rama krishna yalagandula" <[EMAIL PROTECTED]> To: Sent: Friday, September 21, 2007 6:48 PM Subject: Spring tutorial > Hi, > > I am new to struts 2.0.9 ... Earlier I worked on oracle Developer Tools . > Now we have to mig

Re: Spring tutorial

2007-09-21 Thread Frank W. Zammetti
I echo Dave's sentiment, but you need to determine what your data access needs are before deciding one way or another. Many people really like the ORM approach using something like Hibernate. Others like pure JDBC, or at least *close* to pure JDBC, which is an area Spring can help in (it can

Re: Spring tutorial

2007-09-21 Thread Dave Newton
You don't *need* to, but it (Spring) can make life a lot easier. --- rama krishna yalagandula <[EMAIL PROTECTED]> wrote: > Hi, > > I am new to struts 2.0.9 ... Earlier I worked on > oracle Developer Tools .. > Now we have to migrate From Oracle to Java > Struts I need to connect to > data