Hi All,
I noticed that it appears that jersey servlet (1.5) in Tomcat 6.0.20 creates a
new instance of the resource object for every call. I say this becuase I noticed
my constructor of my resource object gets called for every get/post/put from my
jersey client. Is that correct? If so it seems to reduce scalability.
Is there a pool of resources objects I can configure for?
Thanks,
-Tony