Re: [Shale] When to create a database Connection?

2006-03-30 Thread Alexandre Poitras
If you need to finish this project quickly, Spring JDBCTemplate is your friend. It will take care of this messy exception handling code for you. Trust me, it doesn't take more then 1 or 2 hours to learn it and you will save tons of time. Plus, it makes your code easier to migrate to a ORM tool if

RE: [Shale] When to create a database Connection?

2006-03-29 Thread James Reynolds
Never mind, I mis-spelled the bean name in the Faces-Config. Oh the shame :( -Original Message- From: James Reynolds [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 29, 2006 10:33 AM To: Struts Users Mailing List Subject: [Shale] When to create a database Connection? I'm getting a

RE: [Shale] When to create a database Connection?

2006-03-29 Thread James Reynolds
Hi Hermod, Here's my reason whineI'm under pressure to get this project complete so I'm reluctant to take on learning Hibernate and Spring at this time./whine There's no question that would be a better way to do it, but (as you can probably tell) I'm not an expert programmer. Maybe my

RE: [Shale] When to create a database Connection?

2006-03-29 Thread Yee, Richard K CTR DMDC
- From: James Reynolds [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 29, 2006 11:16 AM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: [Shale] When to create a database Connection? Hi Hermod, Here's my reason whineI'm under pressure to get this project complete so I'm

[OT] Re: [Shale] When to create a database Connection?

2006-03-29 Thread Dave Newton
Yee, Richard K CTR DMDC wrote: [...] Hey... We might need a cruise missile or two; what do you think? Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [Shale] When to create a database Connection?

2006-03-29 Thread Gary VanMatre
From: James Reynolds [EMAIL PROTECTED] Never mind, I mis-spelled the bean name in the Faces-Config. Oh the shame :( The init and destroy is called twice if you navigate back to the same page (postback). http://issues.apache.org/bugzilla/show_bug.cgi?id=38000 It doesn't sound like that