hi everyone, i need information about struts, but no begginer information,
im developing applications with struts and i want to know how it works
internally
i want to know what is a requestproccessor for example, how works strust
since i press a button in a web page etc etc
if somebody have or know where to find this kind of information.....(papers,
blue prints, class diagrams)

thank you all of you

john
Shout America
Montevideo - Uruguay

----- Original Message ----- 
From: "Niall Pemberton" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, March 12, 2004 2:31 PM
Subject: Re: Thread Safe Action


> Shahak is correct except its not "one action object per JVM"  - its "one
> action object per Struts module".
>
> Struts uses a separate RequestProcessor for each module, the
> RequestProcessor stores a single instance of each different Action class
in
> your module, which it re-uses.
>
> Niall
>
> ----- Original Message ----- 
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, March 12, 2004 12:57 PM
> Subject: RE: Thread Safe Action
>
>
> Correct: Struts instantiates only one action object (per JVM), so all
> variables should be locally (method)-scoped.
>
> Class variables (statics--typically for constants) are fine, but nothing
> that's tied to a particular request or user.
>
> -----Original Message-----
> From: Joao Batistella [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 12, 2004 7:53 AM
> To: 'Struts Users Mailing List'
> Subject: Thread Safe Action
>
>
> Hello.
>
> I read that an Action in struts can be shared among another requests.
> This
> means that we shouldn't use class attributes in the logic that response
> a
> request?
>
> Thanks,
> JP
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


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

Reply via email to