How to design service that can provide interface as JAX-WS web service, or via JMS, or as local meth
- by kevinegham
Using a typical JEE framework, how do I develop and
deploy a service that can be called as a web service
(with a WSDL interface), be invoked via JMS messages,
or called directly from another service in the same
container?
Here's some more context:
Currently I am responsible for a service
(let's call it Service X) with the following
properties:
…