Re: Stupid Tiles Question

2002-02-01 Thread Cedric Dumoulin
: Sorry for this stupid tiles question, but I need to make sure I understand this. When I tried tiles, it appeared to severely affect performance. This seemed to be because a new JSP was *constructed* on each request and then *compiled* before finally being run, which then served up the HTML

RE: Stupid Tiles Question

2002-02-01 Thread Galbreath, Mark
If content/functionality is relatively static (and you are not deploying to unknown containers), JSPs should really be precompiled by the container JSP compiler (Jasper in Tomcat) and included in the jar deploy file. Mark -Original Message- From: Cedric Dumoulin [mailto:[EMAIL

Stupid Tiles Question

2002-01-30 Thread Andy Noble
Sorry for this stupid tiles question, but I need to make sure I understand this. When I tried tiles, it appeared to severely affect performance. This seemed to be because a new JSP was *constructed* on each request and then *compiled* before finally being run, which then served up the HTML

Re: Stupid Tiles Question

2002-01-30 Thread Ted Husted
: Sorry for this stupid tiles question, but I need to make sure I understand this. When I tried tiles, it appeared to severely affect performance. This seemed to be because a new JSP was *constructed* on each request and then *compiled* before finally being run, which then served up the HTML