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 good connection pooling and caching capabilities.
Any component that needs data from the database should connect 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. I don't need an object to relational database mapping. I don't know if commons db would cater to my requirements, since I am a newbie to commons db technology.
The constraint is that package should be free for redistribution.
The application is an enterprise application.
Thanks
Deepak
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 good connection pooling and caching capabilities.
Any component that needs data from the database should connect 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. I don't need an object to relational database mapping. I don't know if commons db would cater to my requirements, since I am a newbie to commons db technology.
The constraint is that package should be free for redistribution.
The application is an enterprise application.
Thanks
Deepak
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs