Re: Trying to mix db connection pooling on web and desktop applications

2008-07-23 Thread Johnny Kewl
Message - From: "Alejandro Hernandez Angeles" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 22, 2008 9:51 PM Subject: Trying to mix db connection pooling on web and desktop applications Hello, this is the scenario: I have an application that must have two interfaces: as a desktop

Re: Trying to mix db connection pooling on web and desktop applications

2008-07-22 Thread Sameer Acharya
yes get my pooler/connection else //under TC get connection with logic as in step 6 -Sameer --- On Wed, 7/23/08, Alejandro Hernandez Angeles <[EMAIL PROTECTED]> wrote: > From: Alejandro Hernandez Angeles <[EMAIL PROTECTED]> > Subject: Trying to mix db connection pooling

Re: Trying to mix db connection pooling on web and desktop applications

2008-07-22 Thread Ken Bowen
Alejandro, I've dealt with a similar problem by utilizing the Primrose database connection pool (http://www.primrose.org.uk/) for my application in desktop mode. I've used MySQL or postgreSQL, and used Tomcat's db pool when my app runs in web mode. For desktop mode, one sets up a Primrose

Trying to mix db connection pooling on web and desktop applications

2008-07-22 Thread Alejandro Hernandez Angeles
Hello, this is the scenario: I have an application that must have two interfaces: as a desktop application and as a web application I've put the business logic inside a JAR library (client_bpm.jar), which must connect to an Oracle 9i database I configured the web application so it can use a db po