RE: Connection Pool for EJBs

2002-11-05 Thread Zeltser, Mark
Andrew, Read Chuck's chapter on EJB+Struts at http://www.theserverside.com/resources/strutsreview.jsp Mark. -Original Message- From: Andrew Lubalin [mailto:alubalin;csc.com] Sent: Monday, November 04, 2002 4:09 PM To: [EMAIL PROTECTED] Subject: Connection Pool for EJBs I am planning

Re: Connection Pool for EJBs

2002-11-05 Thread V. Cekvenich
: Andrew Lubalin [mailto:alubalin;csc.com] Sent: Monday, November 04, 2002 4:09 PM To: [EMAIL PROTECTED] Subject: Connection Pool for EJBs I am planning on using EJBs for my business tier in my application. If I configure a datasource and create a connection pool using Struts, will this pool be global

Connection Pool for EJBs

2002-11-04 Thread Andrew Lubalin
I am planning on using EJBs for my business tier in my application. If I configure a datasource and create a connection pool using Struts, will this pool be global? Will it be container managed or should I create my connection pool independent of Struts and use it conjunction with the framework.

Re: Connection Pool for EJBs

2002-11-04 Thread Kevin . Bedell
: Kevin Bedell/Systems/USHO/SunLife) Subject:Connection Pool for EJBs I am planning on using EJBs for my business tier in my application. If I configure a datasource and create a connection pool using Struts, will this pool be global? Will it be container managed or should I create my

Re: Connection Pool for EJBs

2002-11-04 Thread John Owen
- Original Message - From: [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, November 04, 2002 3:35 PM Subject: Re: Connection Pool for EJBs If you use EJB's, the best approach is to allow the EJB container to manage all your database connections and then access all