Helping ordinary people create extraordinary websites!
HOME TUTORIALS SCRIPTS WEB HOSTING BLOG FORUM
Get Our Newsletter
Your Email:

Understanding JCA Transactions

By Mikhail Genkin
2005-04-22


Resources

• Willy Farrell's " Introduction to the J2EE Connector Architecture" tutorial covers the basics of working with JCA.

• " Developing applications with JCA-based tools" ( developerWorks , January 2002) introduces the practical aspects of the J2EE Connector Architecture by using JCA-based tools from IBM to build, test, deploy, and run a J2EE EJB application. (Excerpted from J2EE Connector Architecture and Enterprise Application Integration by Rahul Sharma, Beth Stearns, and Tony Ng; Addison-Wesley, 2001.)

• " Build JCA-compliant resource adapters with WebSphere Studio Application Developer" ( developerWorks , August 2003) shows you how to write your own JCA-compliant resource adapter.

• " Getting old folks and whippersnappers together" ( developerWorks , June 2002) is a guide to integrating legacy CICS transactions using IBM's JCA-based tools.

• The J2EE specification is the definitive reference for the EJB programming model.

• " Getting started with EJB technology" ( developerWorks , April 2003) is a comprehensive tutorial introducing the basics of EJB programming and the J2EE environment.

• See the JCA home page to learn more about the JCA specification.

• You'll find articles about every aspect of Java programming in the developerWorks Java technology zone.

• Visit the Developer Bookstore for a comprehensive Listing of technical books, including hundreds of Java-related titles.

• Also see the Java technology zone tutorials page for a complete listing of free Java-focused tutorials from developerWorks.

Tutorial Pages:
» Learn How the Various Levels of Transaction Support Provided by Different EISs and Resource Adapters Can Affect Application Design.
» Overview of JCA Transactions
» Transaction Support Levels
» JCA Transaction Support
» Transaction Demarcation Strategies
» Programmatic Transaction Demarcation
» EJB Deployment Descriptor Settings
» In Conclusion
» Resources


First published by IBM DeveloperWorks


 | Bookmark
Related Tutorials:
» All about JAXP, Part 1
» Make Database Queries Without the Database
» Load List Values for Improved Efficiency
» 2 Ways To Implement Session Tracking
» A Simple Way to Read an XML File in Java
» Develop Aspect-Oriented Java Applications with Eclipse and AJDT