Thanks for the precisions, I see better the difference now.

Cheers,
ZedroS

On 6/14/06, James Carman <[EMAIL PROTECTED]> wrote:

JSP pages are not really the same type of beast as Tapestry pages.  JSP
pages are compiled into servlet classes and a single instance (unless
otherwise specified) of the servlet class is used to serve client
requests.
Remember, JSPs are just short-hand for writing plain ole' servlets.  All
other rules about writing servlets apply.

-----Original Message-----
From: ZedroS Schwart [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 14, 2006 5:19 PM
To: Tapestry users
Subject: Re: Can dynamic tapestry be done?

Just a side question about Tapestry's pooling : normal jsp pages are, as
far
as I understand it, pooled as well. The jsp is compiled once and then is
used for all the access to this page.

I don't know exactly the behaviour of jsp page when there are multiple
concurrent access, so I may not spot where the poolable parf of Tapestry.
Could you please provide more info ?

Thanks in advance
ZedroS



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


Reply via email to