re any truth to this?
Thanks,
Dave.
----- Original Message - From: "Dennis Sinelnikov"
<[EMAIL PROTECTED]>
To:
Sent: Wednesday, October 04, 2006 9:14 PM
Subject: Re: Newbie question about ApplicationServlet
Hello Dave,
There is 1 instance of A
ssage - From: "Dennis Sinelnikov"
<[EMAIL PROTECTED]>
To:
Sent: Wednesday, October 04, 2006 9:14 PM
Subject: Re: Newbie question about ApplicationServlet
Hello Dave,
There is 1 instance of ApplicationServlet, with newer releases of
tapestry the
sers"
Sent: Wednesday, October 04, 2006 11:25 PM
Subject: Re: Newbie question about ApplicationServlet
Oh no... Don't do anything remotely like that.
You want to go look at jakarta.apache.org/hivemind. It's a very powerful
IoC
container - and it's also what t4 is built on
his?
Thanks,
Dave.
- Original Message -
From: "Dennis Sinelnikov" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, October 04, 2006 9:14 PM
Subject: Re: Newbie question about ApplicationServlet
Hello Dave,
There is 1 instance of ApplicationServlet, with newer releases
Oh no... Don't do anything remotely like that.
You want to go look at jakarta.apache.org/hivemind. It's a very powerful IoC
container - and it's also what t4 is built on.
You'll find almost any pattern (including thread per session ) available to
you once you peek inside. Almost all of the core
Hello Dave,
There is 1 instance of ApplicationServlet, with newer releases of
tapestry there is less and less things I can think of doing in the
ApplicationServlet. You can extend from
org.apache.tapestry.ApplicationServlet and create your own (perfectly ok
to do). In ApplicationServlet, us
I'm new to Tapestry and have just started working with it. My background is
WebObjects so
most of my question will come from that perspective.
The application I'm developing will be doing some background processing with
the UI providing
monitoring and control functions. In WebObjects, we woul