Hi,
I just started using Jersey and am developing a RESTful webservice for
tomcat 6. How can I construct and cache some long-lived
application-scope objects in Jersey so that the root resources can
quickly (re)use these objects when requests are received? Thanks.
-- Jim