Roman, kindly tell me what this list is for if not for such questions.  I
just hope the rest of the helpful people on this list continue to be as
helpful as they have.  I can only assume you feel that this 2+ year
framework is a cinch.  Just ignore my questions so I can keep working with
the rest of the capable individuals I have met on this list.


----- Original Message -----
From: "Roman Fail" <[EMAIL PROTECTED]>
To: "Jonathan" <[EMAIL PROTECTED]@i-2000.com>;
<[EMAIL PROTECTED]>
Sent: Thursday, April 26, 2001 5:19 PM
Subject: RE: FormBeans and Thread Safety


> From:
> http://jakarta.apache.org/struts/userGuide/building_controller.html#acti
> on_classes
>
>
> "Design issues to remember when coding Action classes include the
> following:
>
> The controller servlet creates only one instance of your Action class,
> and uses it for all requests. Thus, you need to code your Action class
> so that it operates correctly in a multi-threaded environment, just as
> you must code a servlet's service() method safely. "
>
>
> Jonathan, you can't expect the list to solve all your problems for you.
> Please stop being so pushy; I'm probably not the only one who finds your
> attitude offensive.
>
>
>
> -----Original Message-----
> From: Jonathan
> Sent: Thu 4/26/2001 1:47 PM
> To: [EMAIL PROTECTED]; Ryan Rich
> Cc:
> Subject: Re: FormBeans and Thread Safety
>
> Where in the docs does it say that Action objects are pooled?!!
>
>
> ----- Original Message -----
> From: "Rajan Gupta" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>; "Ryan Rich" <[EMAIL PROTECTED]>
> Sent: Thursday, April 26, 2001 8:58 AM
> Subject: Re: FormBeans and Thread Safety
>
>
> > No. ActionForm are created for each request, While Action need to
> > threadsafe, because Action's are pooled
> > --- Ryan Rich <[EMAIL PROTECTED]> wrote:
> > > When creating a FormBean (a class extending ActionForm), do they
> need to
> > > be
> > > thread-safe?
> > >
> > >      Ryan Rich
> > >      ----------------
> > >      Bitek, Inc.
> > >      2569 West Woodland Dr.
> > >      Anaheim, CA 92801
> > >      (714) 828-8388
> > >
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Yahoo! Auctions - buy the things you want at great prices
> > http://auctions.yahoo.com/
> >
>
>
>

Reply via email to