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
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
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/
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
4 matches
Mail list logo