Skip to main content



      Home
Home » Eclipse Projects » Remote Application Platform (RAP) » JDBC Connection Pool(How to ise a JDBC Connection Pool)
JDBC Connection Pool [message #816991] Fri, 09 March 2012 08:53 Go to next message
Eclipse UserFriend
How do I create and use a jdbc connection pool in RAP.

Is there an example on how to do this or can somebody give me a hint how to start with this?

Regards Bertin
Re: JDBC Connection Pool [message #818897 is a reply to message #816991] Mon, 12 March 2012 04:53 Go to previous message
Eclipse UserFriend
It depends on what do you mean by using a jdbc connection pool in RAP,

- If the pool is managed by your RAP application, you just have to use a pool library as any normal application. For example commons dbcp you can download from Apache is already "osgified", there are probably others in Orbit.

- If you deploy your application as a WAB inside an application server supporting OSGI, and you want to rely on a pool managed by the application server itself, it depends of the application server you are working with, there are good chances for the datasource to be exposed a service.

- If you deploy your application as a legacy WAR file, using equinox servlet bridge and you want to use the pool managed by your application server, there are many topics about this subject, you can googled to find them. One solution is to update osgi.contextClassLoaderParent to ccl in launch.ini, so you can lookup the datasource using JNDI.

Hope this help,
regards,
Arnaud
Previous Topic:Display.setFocusControl in RAP
Next Topic:JDBC Connection Pool
Goto Forum:
  


Current Time: Thu Jul 10 00:51:06 EDT 2025

Powered by FUDForum. Page generated in 0.03921 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top