0 Replies Latest reply on Oct 25, 2010 2:05 AM by pradeepsreekumar

    Jboss caching web urls

    pradeepsreekumar

                     Hi

      We have a webapplication running in JBOSS AS.This is a servlet based app and we are connecting to another server (Websphere) for retrieving the data .Return content type is xml .Connection is made using HTTPClient and return content type is xml.

      Now we having a request to cache the request urls.

      Is this possible in jboss?How we can implement this.

      I have gone through the jboss caching docs.But its all about caching objects.Can we cache http requests?