RE: New Struts2/Hibernate/Spring tutorial

2010-02-02 Thread Hulbert Chris
Wednesday, 3 February 2010 8:06 AM To: Struts Users Mailing List Subject: RE: New Struts2/Hibernate/Spring tutorial I don't think it is wise to instruct newbies to use scriptles, especially in SiteMesh decorators. The decorator.xml file should instruct SiteMesh to use different decorator

RE: New Struts2/Hibernate/Spring tutorial

2010-02-02 Thread Kawczynski, David
it's pretty good. Cheers! -dave > -Original Message- > From: Hulbert Chris [mailto:chulb...@woolworths.com.au] > Sent: Tuesday, February 02, 2010 12:32 AM > To: user@struts.apache.org > Subject: New Struts2/Hibernate/Spring tutorial > > Hi all, I'v

New Struts2/Hibernate/Spring tutorial

2010-02-01 Thread Hulbert Chris
Hi all, I've recently been working on a Struts2/Hibernate/Spring beginners tutorial for some internal training at work, and was thinking that perhaps it could have some worth to the greater struts community, can anyone let me know if theres a site where it would belong and if you think it's accurat

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

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

Spring tutorial

2007-09-21 Thread rama krishna yalagandula
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 database several times so do I need to use Spring Frame Work(as I heared from my supervisor) Thanks in advance Regards Rama...