Skip to content

javisol/ejb_restWS_sample_client

Repository files navigation

EJB Client Sample Application

Test

Singleton

curl -v localhost:9080/ejb-appclient/singleton
curl -v localhost:9080/ejb-appclient/singleton2

Stateful

curl localhost:9080/ejb-appclient/stateful

Entity

Read

curl -v localhost:9080/ejb-app/pets?id=1

Write

curl -v -XPOST localhost:9080/ejb-appclient/ejbappdb

About

Client to do remote invocation of ejb_restWS_sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published