On wto, kwi 01, 2003 at 12:43:29 -0800, Kris Rasmussen wrote:
> 
> How does cocoon handle caching of xsp pages with esql tags? It seems to me that 
> cocoon would have to generate the xml output of the xsp page every time the page is 
> called, and thus would be unable to cache any xsl translation latter? Is this true? 
> If so would it not be a better idea to have the page be translated into html before 
> all database code is called and then insert the database code at the very end and 
> output as a jsp page or something?
Is that the way other server side frameworks do? Remember that the most
important thing is data, which is being generated at the beginning and then
the presentation is applied. Your approach is completely reversed. 

Take look at Velocity - maybe it could solve your problems
        ouzo

-- 
            __
         | /  \ |        Leszek Gawron            //  \\
        \_\\  //_/      [EMAIL PROTECTED]          _\\()//_
         .'/()\'.     Phone: +48(600)341118     / //  \\ \
          \\  //  recursive: adj; see recursive  | \__/ |


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to