Return-Path: Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 94869 invoked from network); 6 Oct 2000 15:26:50 -0000 Received: from unknown (HELO dvntln01.devote.nl) (@195.81.44.2) by locus.apache.org with SMTP; 6 Oct 2000 15:26:50 -0000 Subject: Caching: Calling method on Java object vs. including servlet response To: "'cocoon-users@xml.apache.org'" Bcc: X-Mailer: Lotus Notes Release 5.0.3 (France) 21 March 2000 Message-ID: From: m.homeijer@devote.nl Date: Fri, 6 Oct 2000 17:26:17 +0200 X-MIMETrack: Serialize by Router on DVNTLN01/SRV/DEVOTE/NL(Release 5.0.4a |July 24, 2000) at 10/06/2000 05:27:41 PM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hi, I am working on a site in which a major part of the requests is dynamic. One part of these requests handle the contents of menu's, headers, etc. These requests can be cached by the webserver or a proxy server. The other part is user specific content and can probably not be cached. Would it be wise to use servlets for the general content, in combination with the tag, and to use a Java class with the to get user specific content in the xsp page? I saw in the faq that this is not recommended, but doesn't it have advantages for caching? I am using Cocoon 1. TIA, Michael Homeijer