As far
as I know, you will want to use DataSources, JDBC 2.0 and what not..they are
standard to J2EE, so they should allow it to work. I know Connection Pooling is
not Orion specific (in that it implements the J2EE standard for connection
pooling). Its possible however that Orion has a "better" connection pooling
mechanism, but it would tie you to the app server.
-----Original Message-----
From: Amir Peivandi [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 16, 2000 11:19 AM
To: Orion-Interest
Subject: Connection PoolingHi,I need to use connection pooling in one of my EJB objects and I don't want to use any Orion specific code so I can move the EJB from Orion to other application servers it works again.I was reading the Orion mailing list and I couldn't find anything, is there anyone out there who could kindly send me a sample code which dose this?Thanks,Amir
