I am wondering whether a JBoss (EJB) with ehcache and stateless session bean is a bit overkill or should I just setup another proxy for web services.
The proxy will cache the results in disk and return the cached responses if the logically same requests are received. The proxy of course is just another Tomcat+CXF on Linux. Which is a better way? On Fri, Jun 6, 2008 at 1:11 AM, Christian Vest Hansen <[EMAIL PROTECTED]> wrote: > The XML marshallng in CXF is generally fast enough, so you could get > by with a memoizing implementation of your service interface, that > wraps the real implementation (I'm asuming you're using the JAX-WS > front end). > > Good open source (and general purpose) caching solutions include JCS > and EhCache. > > > On 6/5/08, Christopher Cheng <[EMAIL PROTECTED]> wrote: > > My application takes almost 20 seconds to get the responses back from the > > soap server, caching would be a good idea. > > Is there any web service responses caching product available in the > market? > > commerical or open source? > > > > > -- > Venlig hilsen / Kind regards, > Christian Vest Hansen. >
