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
December 4th, 2009 - 00:07
Good to know that JCA posts are useful!
I’ve updated the posts about JCA and know there are inbound related posts as well:
http://itdevworld.wordpress.com/2008/12/24/inbound-jca-connectors-introduction/
http://itdevworld.wordpress.com/2009/10/01/anatomy-of-an-inbound-jca-connector/
And some other tips that are easy to find using the blog tagcloud:
http://itdevworld.wordpress.com/tag/jca/
regards,
Rafael Ribeiro