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
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
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
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