Hi,
Is it possible to publish a standalone JAX-RS service, i.e. outside of
JavaEE AS and/or outside Grizzly?
For example, JAX-WS has a special Endpoint.publish(uri, ws_object) API for
publishing an end-point dynamically at run-time. Is there something
comparable for JAX-RS?
And related to the first question, I have a second one:
Is it possible to control multi-threading used for processing JAX-RS
requests? Is it possible to provide your own Executors or thread pools?
Again, in JAX-WS, Service objects allow for providing of custom Executors
for processing on the client-side. Endpoint objects also allow for providing
custom Executors for processing requests on the server-side.
BTW, any idea about how many simultaneous JAX-RS requests can be handled by
the JAX-RS run-time in a small deployment setup, e.g. on a Dual-Core machine
with 4GB RAM?
Thanks,
Leo
--
View this message in context: http://jersey.576304.n2.nabble.com/Standalone-JAX-RS-service-tp4976434p4976434.html
Sent from the Jersey mailing list archive at Nabble.com.