Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JCA sample implementations

Tags:

java

jca

I need to develop a JCA adapter and am looking for some references. I searched on Amazon, and found only 2 JCA books and one of them has pretty bad comments. So I guess that left me with only one book to refer to.

So I would like to know if there is any sample implementation of JCA adapter that will help my development. I searched on Google but managed to find some very simple examples only. Thanks in advance.

like image 493
K Hein Avatar asked Dec 08 '10 08:12

K Hein


2 Answers

When I developed adapter I used example from JBoss. I believe this is the link:

http://docs.jboss.org/jbossas/docs/Server_Configuration_Guide/4/html/An_Overview_of_the_JBossCX_Architecture-A_Sample_Skeleton_JCA_Resource_Adaptor.html

Good luck. Be ready to have the hard days! :(

like image 94
AlexR Avatar answered Oct 05 '22 23:10

AlexR


Inbound sample at google code: http://code.google.com/p/jca-sockets/

Other outbound on javaworld: Build your own J2EE Connector Architecture adapter

Hope they could help.

As Alex said, 'Have the hard days!':)

like image 32
卢声远 Shengyuan Lu Avatar answered Oct 06 '22 01:10

卢声远 Shengyuan Lu