1Aug/091
Web Resources for understanding JCA
Its always been a challenge to find good accurate information on the Java Connector Architecture, and in particular on how to build connectors. Here is a loose collection of resources useful for digesting the Java JCA.
- JCA at Sun (including the spec itself)
- http://java.sun.com/developer/technicalArticles/J2EE/connectorclient/resourceadapter.html
- http://www.ibm.com/developerworks/java/library/j-jca1/ - some of the new features of JCA 1.5, includes some good sequence diagrams on the interactions between ConnectionManager, ManagedConnection and Connection (handle)
- outbound-jca-connectors-introduction by Rafael Ribeiro