DBCP - http://jakarta.apache.org/commons/dbcp/
is a database connection pool component.

AltRMI - http://incubator.apache.org/projects/altrmi/
can help you writing the RMI layer

or go for a SOAP based remove invoke system
http://ws.apache.org/axis/

-- Dirk

Deepak Vishwanathan wrote:

Hi everyone,
The scenario is like I want to write a class that can be remotely invoked using JMS / RMI technology. This class will be solely responsible for fetching the data from the database, with connection pooling capabilities.
Any component that needs data from the database connects to the above mentioned class.
If I were to write such a Java class (component), is there any popular open source project package designed specifically to facilitate such a class.
The constraint is that package should be free for redistribution.
The application is an enterprise application.
Thanks
Deepak




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to