RE: Best Approach for Database Access?

2002-02-12 Thread Keith Chew
February 2002 11:04 a.m. To: 'Galbreath, Mark '; ''Struts Users Mailing List' ' Subject: RE: Best Approach for Database Access? Check out castor, worked fine for me !!! http://www.castor.org -Original Message- From: Galbreath, Mark To: 'Struts Users M

RE: Best Approach for Database Access?

2002-02-12 Thread Rooms, Christoph
Check out castor, worked fine for me !!! http://www.castor.org -Original Message- From: Galbreath, Mark To: 'Struts Users Mailing List' Sent: 12/02/2002 22:52 Subject: RE: Best Approach for Database Access? Check out the "Guidelines" and "Patterns" at

Subject: Re: Best Approach for Database Access?

2002-02-12 Thread @Basebeans.com
Subject: Subject: Re: Best Approach for Database Access? 5311:From: Vic Cekvenich <[EMAIL PROTECTED]> === -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: Best Approach for Database Access?

2002-02-12 Thread Galbreath, Mark
Check out the "Guidelines" and "Patterns" at http://java.sun.com/blueprints/, "Accessing Relational Databases" at http://jakarta.apache.org/struts/userGuide/index.html, and get 'hold of "Core J2EE Patterns" by Alur, et al. Mark -Original Message- From: Paul Idusogie [mailto:[EMAIL PR

Re: Best Approach for Database Access?

2002-02-12 Thread Francisco Hernandez
esday, February 12, 2002 1:43 PM Subject: RE: Best Approach for Database Access? > Hi Darryl > > Yes, I use a ResourceLocator, which does that same thing. In addition, it > does caching of home interfaces and storing of application context > constants, thus not called a ServiceLo

Re: Best Approach for Database Access?

2002-02-12 Thread Francisco Hernandez
Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, February 12, 2002 1:17 PM Subject: RE: Best Approach for Database Access? > Hello Keith, > > In my environment we employ options 2 and 3 but with this little twist: > > 3) EJB environment (CMP) > JSP

RE: Best Approach for Database Access?

2002-02-12 Thread Keith Chew
that. Optionally, you can choose to supply a JNDI name. Hope this helps. Keith -Original Message- From: Thompson, Darryl [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 13 February 2002 10:18 a.m. To: Struts Users Mailing List Subject: RE: Best Approach for Database Access? Hello Keith,

RE: Best Approach for Database Access?

2002-02-12 Thread Thompson, Darryl
ft field let me know. Regards, Darryl > -Original Message- > From: Keith Chew [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, February 12, 2002 2:47 PM > To: Struts Users Mailing List > Subject: RE: Best Approach for Database Access? > > Hi Paul > > I follow thi

RE: Best Approach for Database Access?

2002-02-12 Thread Keith Chew
Hi Paul I follow this design practice for both EJB and non-EJB applications. The ones marked with * live at the application server JVM. (1) Non-EJB environment === JSP -> ActionBean -> ServiceBean -> DaoBean -> DB (2) EJB environment (BMP or Session)