• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Developing JCA Adapter

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 will open the floodgates of his own worst nightmare! All in a tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic