Re: Who know how to create a "Connection Pool" in Java?

2001-06-17 Thread Mayuresh Kadu
ent the following line when unexpected exceptions // are occuring to aid in debugging the problem. //theException.printStackTrace(); } } } Regards Michael Panagiotou -Original Message- From: Mayuresh Kadu [mailto:[EMAIL PROTECTED]] Sent: Friday, June 1

Re: Who know how to create a "Connection Pool" in Java?

2001-06-15 Thread Panayotou, Michael
t the following line when unexpected exceptions // are occuring to aid in debugging the problem. //theException.printStackTrace(); } } } Regards Michael Panagiotou -----Original Message- From: Mayuresh Kadu [mailto:[EMAIL PROTECTED]] Sent: Friday, June

Re: Who know how to create a "Connection Pool" in Java?

2001-06-15 Thread Mayuresh Kadu
: [EMAIL PROTECTED] Subject: Re: Who know how to create a "Connection Pool" in Java? Rohit, Mayuresh, There are a number of textbooks out on the market that describe how to create your own connection pool class bean, or even a servlet. I much prefer to use a third party driver which a

Re: Who know how to create a "Connection Pool" in Java?

2001-06-14 Thread kuttappan
Thanks. Rohit - Original Message - From: "Haseltine, Celeste" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, 13 June, 2001 9:13 PM Subject: Re: Who know how to create a "Connection Pool" in Java? > Rohit, Mayuresh, > > There ar

Re: Who know how to create a "Connection Pool" in Java?

2001-06-13 Thread Sachin S. Khanna
nnection Pool" in Java? > Does any one know the implementation of how to destroy an array or delete an > array. > > > - Original Message - > From: "David Shanes" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, June 13, 2001

Re: Who know how to create a "Connection Pool" in Java?

2001-06-13 Thread David Shanes
-Original Message- >From: A mailing list about Java Server Pages specification and reference >[mailto:[EMAIL PROTECTED]]On Behalf Of David Shanes >Sent: Wednesday, June 13, 2001 1:46 PM >To: [EMAIL PROTECTED] >Subject: Re: Who know how to create a "Connection Pool" in Ja

Re: Who know how to create a "Connection Pool" in Java?

2001-06-13 Thread Chandra Patni
Behalf Of Haseltine, Celeste >Sent: Wednesday, June 13, 2001 8:43 AM >To: [EMAIL PROTECTED] >Subject: Re: Who know how to create a "Connection Pool" in Java? > > >Rohit, Mayuresh, > >There are a number of textbooks out on the market that describe how to >create y

Re: Who know how to create a "Connection Pool" in Java?

2001-06-13 Thread King Maurice
gc is done on the fly, once the session is terminated for example - Original Message - From: "horwat" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 13, 2001 5:29 PM Subject: Re: Who know how to create a "Connection Pool" in Java?

Re: Who know how to create a "Connection Pool" in Java?

2001-06-13 Thread horwat
Arrays are objects and you can only point to them. Once you change the reference to null the array will be marked for deletion by the gc. Be aware that all references must be null for the array to be deleted. Justy - Original Message - > Does any one know the implementation of how to de

Re: Who know how to create a "Connection Pool" in Java?

2001-06-13 Thread King Maurice
Does any one know the implementation of how to destroy an array or delete an array. - Original Message - From: "David Shanes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 13, 2001 4:45 PM Subject: Re: Who know how to create a "Connection

Re: Who know how to create a "Connection Pool" in Java?

2001-06-13 Thread David Shanes
gt; >Celeste > >-----Original Message----- >From: Mayuresh Kadu [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, June 13, 2001 4:15 AM >To: [EMAIL PROTECTED] >Subject: Re: Who know how to create a "Connection Pool" in Java? > > >I am yet to start writing them towa

Re: Who know how to create a "Connection Pool" in Java?

2001-06-13 Thread Chandra Patni
about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Haseltine, Celeste Sent: Wednesday, June 13, 2001 8:43 AM To: [EMAIL PROTECTED] Subject: Re: Who know how to create a "Connection Pool" in Java? Rohit, Mayuresh, There are a number of textbooks ou

Re: Who know how to create a "Connection Pool" in Java?

2001-06-13 Thread Haseltine, Celeste
, June 11, 2001 9:22 PM To: [EMAIL PROTECTED] Subject: Re: Who know how to create a "Connection Pool" in Java? I have decided to take the idea of writing my existing beans in such a way that currently they will use Connection Pooling. I would like to see your code and learn how to use

Re: Who know how to create a "Connection Pool" in Java?

2001-06-13 Thread Mayuresh Kadu
r products performance. Celeste -Original Message- From: Mayuresh Kadu [mailto:[EMAIL PROTECTED]] Sent: Monday, June 11, 2001 2:16 AM To: [EMAIL PROTECTED] Subject: Re: Who know how to create a "Connection Pool" in Java? ok .. thats that. Now my existing application is built usi

Re: Who know how to create a "Connection Pool" in Java?

2001-06-13 Thread Mayuresh Kadu
PROTECTED] Subject: Re: Who know how to create a "Connection Pool" in Java? I have decided to take the idea of writing my existing beans in such a way that currently they will use Connection Pooling. I would like to see your code and learn how to use Connection Pooling with beans. Tha

Re: Who know how to create a "Connection Pool" in Java?

2001-06-11 Thread kuttappan
swamy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, 11 June, 2001 2:02 PM Subject: Re: Who know how to create a "Connection Pool" in Java? > If we write a portable JSP application, how is that possible to use > container specific connection pool? >

Re: Who know how to create a "Connection Pool" in Java?

2001-06-11 Thread Celeste Haseltine
- From: Mayuresh Kadu [mailto:[EMAIL PROTECTED]] Sent: Monday, June 11, 2001 2:16 AM To: [EMAIL PROTECTED] Subject: Re: Who know how to create a "Connection Pool" in Java? ok .. thats that. Now my existing application is built using JSP-Beans combo (MVC1 -- Taglibraries) and is wor

Re: Who know how to create a "Connection Pool" in Java?

2001-06-11 Thread VENKATACHALAPATHY Duraiswamy
:Re: Who know how to create a "Connection Pool" in Java? Thankx a lot guyz ... that DOES clear up quite some amonut of confusion for me. Thankx again ! I have decided to take the idea of writing my existing beans in such a way that currently they will use Connecti

Re: Who know how to create a "Connection Pool" in Java?

2001-06-11 Thread Milind
quests and pass them > dependant upon component staus. Part of the contract. > > -Original Message- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Celeste Haseltine > Sent: Thursday, June 07, 2001 2:33 PM &g

Re: Who know how to create a "Connection Pool" in Java?

2001-06-11 Thread Mayuresh Kadu
up regularly what would u guyz suggest -- Conn. Pooling or EJB's ? Mayuresh -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Justin M. Whiting Sent: Friday, June 08, 2001 8:45 AM To: [EMAIL PROTECTED]

Re: Who know how to create a "Connection Pool" in Java?

2001-06-11 Thread Rishabh Agarwal
n. Pooling or EJB's ? Mayuresh -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Justin M. Whiting Sent: Friday, June 08, 2001 8:45 AM To: [EMAIL PROTECTED] Subject: Re: Who know how to create a "Conn

Re: Who know how to create a "Connection Pool" in Java?

2001-06-11 Thread Mayuresh Kadu
uresh -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Justin M. Whiting Sent: Friday, June 08, 2001 8:45 AM To: [EMAIL PROTECTED] Subject: Re: Who know how to create a "Connection Pool" in Java? EJB&#

Re: Who know how to create a "Connection Pool" in Java?

2001-06-07 Thread Justin M. Whiting
n and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Celeste Haseltine Sent: Thursday, June 07, 2001 2:33 PM To: [EMAIL PROTECTED] Subject: Re: Who know how to create a "Connection Pool" in Java? Mayuresh, I have NOT programmed EJB's, only JSP and servlets, but from my training, it

Re: Who know how to create a "Connection Pool" in Java?

2001-06-07 Thread Celeste Haseltine
rsday, June 07, 2001 12:00 PM To: [EMAIL PROTECTED] Subject: Re: Who know how to create a "Connection Pool" in Java? could u give me a simple example. I have done some JSP-Bean programming. I am trying to move up the web-app to EJB now. I would like to use connection pooling for the same. E

Re: Who know how to create a "Connection Pool" in Java?

2001-06-07 Thread Kevin Duffey
luck. > -Original Message- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Mayuresh Kadu > Sent: Thursday, June 07, 2001 10:00 AM > To: [EMAIL PROTECTED] > Subject: Re: Who know how to create a "Connection

Re: Who know how to create a "Connection Pool" in Java?

2001-06-07 Thread Mayuresh Kadu
t: Re: Who know how to create a "Connection Pool" in Java? I do..but why would you have to? If your migrating towards any Servlet 2.2 or J2EE app server, almost all of them have built-in connection pooling. Part of J2EE is connection pool management of database connections and of entity an

Re: Who know how to create a "Connection Pool" in Java?

2001-06-05 Thread Duffey, Kevin
I do..but why would you have to? If your migrating towards any Servlet 2.2 or J2EE app server, almost all of them have built-in connection pooling. Part of J2EE is connection pool management of database connections and of entity and session beans, so you don't have to do it. =

Re: Who know how to create a "Connection Pool" in Java?

2001-06-05 Thread VoiD
TED]> Sent: Tuesday, June 05, 2001 9:05 AM Subject: [JSP-INTEREST] Who know how to create a "Connection Pool" in Java? > Excuse me, > Who know how to create a "Connection Pool" in Java? > Thanks a lot. > > Lancelot. > > =

Who know how to create a "Connection Pool" in Java?

2001-06-04 Thread lancelot
Excuse me, Who know how to create a "Connection Pool" in Java? Thanks a lot. Lancelot. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL