Upayavira dijo: > Alan wrote: > >> I'm wondering if there is a way to cache JXTemplate, or any >> ordinarily uncachable pipeline, maybe from flowscript, by teling >> Cocoon that for this URL this pipeline will not change. >> >> I have a JXTemplate that generates some XML based on request >> parameters, and for a given query string, it will always produce >> the same XML output. >> >>Thank You. >> >> >> > JXTemplateGenerator in CVS is cachable now. > > See: > http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=108607750303449&w=2 for > the original 'spec' that is what I believe has been implemented.
Hi: In the CVS the JXTG includes a patch that cache the compiled JXTG source. That way a second run is only interpreted. Before the patch JXTG compiled and then interpreted the JXT source file. Is this what you are expecting? Best Regards, Antonio Gallardo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
