Re: Understanding Struts2 Internals : Result Configuration

2013-09-06 Thread Lukasz Lenart
122 http://www.lenart.org.pl/ 2013/9/6 Ken McWilliams : > The following is a direct copy of a question at SO which has been repeated > here for completeness but can be found here with nice syntax highlighting : > http://stackoverflow.com/questions/18650377/understanding-struts2-interna

Understanding Struts2 Internals : Result Configuration

2013-09-05 Thread Ken McWilliams
The following is a direct copy of a question at SO which has been repeated here for completeness but can be found here with nice syntax highlighting : http://stackoverflow.com/questions/18650377/understanding-struts2-internals-result-configuration In an effort to understand how struts2 loads its

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