We are developing J2ee Application using oracle 9ias application server. Does anyone implemented J2EE Connectors in Oracle Environment? Do we have any documentation for implementing Connector Architecture?
Thanks in Advance
Saket
-
JCA Implementation (2 messages)
- Posted by: Saket Malhotra
- Posted on: May 09 2003 02:26 EDT
Threaded Messages (2)
- JCA Implementation by Marco Wang on May 09 2003 13:02 EDT
- JCA Implementation by Aaron Robinson on May 09 2003 17:18 EDT
-
JCA Implementation[ Go to top ]
- Posted by: Marco Wang
- Posted on: May 09 2003 13:02 EDT
- in response to Saket Malhotra
I don't use Oracle app server. But AFAIK there is a example in Sun ONE 7. I deploied it to WebLogic 7 successfully. So my opinion is to read JCA spec and Sun ONE's example code, and then implement a new one base on the example. -
JCA Implementation[ Go to top ]
- Posted by: Aaron Robinson
- Posted on: May 09 2003 17:18 EDT
- in response to Saket Malhotra
I'd always known JCA as being connectors but did you know that it is now the officially the Java Cryptography API, The connector stuff is now known as Java Connectors.