Re: Usage of ActionProxy Class

2011-02-06 Thread Brajesh Patel
nothing is stupid because you have question so you are asking and after answer of this question you will resolve you doubt. thanks and regards Brajesh On Mon, Feb 7, 2011 at 11:34 AM, Nuwan Arambage wrote: > Hi this might be the stupid question but I hope that this is right > place to ask this

Re: Usage of ActionProxy Class

2011-02-06 Thread Nuwan Arambage
Hi this might be the stupid question but I hope that this is right place to ask this question... thanks On Mon, Feb 7, 2011 at 10:37 AM, Nuwan Arambage wrote: > Hi all, >  why they add ActionProxy class to their architecture. What are the > uses of ActionProxy class ? > What is the purpose of th

Usage of ActionProxy Class

2011-02-06 Thread Nuwan Arambage
Hi all, why they add ActionProxy class to their architecture. What are the uses of ActionProxy class ? What is the purpose of the ActionProxy ? Thanks & Regards, Nuwan Arambage --  Fail again. Fail better With Regards , Nuwan  Arambage -

Re: Struts2 Internals

2011-02-06 Thread Wes Wannemacher
Action class instances (and views and interceptors) are instantiated via reflections. JDK proxies would require that all actions need to implement a specific interface, which, although suggested, is not a requirement. Execution is done with reflections as well, if I remember correctly. -Wes On 2/

Struts2 Internals

2011-02-06 Thread Nuwan Arambage
Hi all, When I see the architecture of the Struts2 , there is a ActionProxy class. So my  question is this, which method struts framework used to implement ActionProxy class. It is a Java Dynamic proxy API or another code generation library. Thanks & Regards, Nuwan Arambage --  Fail again. Fail

Re: Struts2 @ Facebook

2011-02-06 Thread vivek mishra
That's great. Thanks Johannes. Regards, -- Vivek Mishra On Fri, Feb 4, 2011 at 10:31 PM, Johannes Geppert wrote: > > For all facebook users I have created a Struts2 facebook site for > sharing news and informations about struts2. > > http://www.facebook.com/pages/Struts2-Users/103890046351798 >