This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes EJB and other Java EE Technologies and the fly likes Developing JCA Adapter Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Developing JCA Adapter" Watch "Developing JCA Adapter" New topic
Author

Developing JCA Adapter

Parveen Aggarwal
Greenhorn

Joined: Jun 08, 2004
Posts: 7
Hi All,

I am struggling to find out how we can develop a JCA based Adapter from the scratch using CCI API which can be deployed on any J2ee App. server . Points that i would like to know and to focus are :-

a.) Designing the overall skeleton for the development of the connector. (Package Structure as well as hint of classes)
b.) How to use relevant API for the adapter development.

Pls do let me know your views for the same as soon as possible.

regards,
Parveen Kumar
aparveen@hcltech.com
sam sepassi
Greenhorn

Joined: Sep 23, 2012
Posts: 7
refer to jca specification for complete reference.

CCI is the last step on creation of a resource adapter. There are SPI ( system contracts ) that need to be implemented beforehand.

J2EE examples available from Oracle contain a sample resource adapter implementation which is very helpful.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Developing JCA Adapter
 
Similar Threads
JDBC driver to read XML file
Why can't I access a file system from EJB?
Message Driven Beans
JCA for small systems
JCA Adapter Development - Inbound Message