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/6/11, Nuwan Arambage <[email protected]> wrote:
> 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 better
>
> With Regards ,
> Nuwan  Arambage
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>


-- 
Wes Wannemacher

Head Engineer, WanTii, Inc.
Need Training? Struts, Spring, Maven, Tomcat...
Ask me for a quote!

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to