on 10/19/2000 5:50 AM, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:

> Do Actions and Screens have to be threadsafe?
> 
> Andrew

As everyone already answered...yes, they need to be threadsafe. Let me add
to that...

You can think of Modules (Actions, Screens, Pages, Layouts, Navigations) as
a simplified and cleaned up version of the Servlet API. So, each of those
modules should be treated just like you would treat a regular class that
extends HttpServlet. The beauty of it though is that you don't have to worry
about all the extra crap that the servlet API invokes on you when creating a
servlet (such as dealing with the output stream, needing to call super() in
order to have a base class, etc). :-)

thanks,

-jon

-- 
http://scarab.tigris.org/    | http://noodle.tigris.org/
http://java.apache.org/      | http://java.apache.org/turbine/
http://www.working-dogs.com/ | http://jakarta.apache.org/velocity/
http://www.collab.net/       | http://www.sourcexchange.com/




------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to