Skip to content

JavaEE-JCA/jca-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JCA Rest Inbound/Outbound Resource Adapter

Sample JavaEE 8 jca resource adapter for learning/testing jca connection factory

build and run :

TomEE 8
mvn clean compile install ; (cd ear-module/ ; mvn tomee:run)

Liberty/OpenLiberty
mvn clean compile install ; (cd ear-module/ ; mvn liberty:run)

test :

# POST message to server :
curl -X POST -H "Content-Type: text/plain" --data "Hello dear !" http://localhost:8080/api/test

# GET messages : 
curl -X GET -H "Content-Type: text/plain" http://localhost:8080/api/test

About

JavaEE JCA Rest Connector

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages