1. JDBC Thin layer encryption in Application Servers Data Sources stackoverflow.comI came across an interesting article which shows how we can transparently encrypt jdbc connections using java thin client. http://javasight.wordpress.com/2008/08/29/network-data-encryption-and-integrity-for-thin-jdbc-clients/ However I want to know how this can be achieved ... |
2. configuring datasource in orion-web the same way as orion-application.xml stackoverflow.comIn Oc4j, If we have an EAR app, we can tell the deployer to create a datasource for the application using orion-application with something like:
|
3. Is it possible to use c3p0 as a JNDI datasource in OC4J? stackoverflow.comI would like to configure c3p0 to be a JNDI datasource inside of an OC4J container. I do not like the internal OC4J managed connection pools. Is it possible to do ... |