Re: Why ActionProxy is used

2011-01-28 Thread Jordi Fernández
gt; Date: 2011/1/28 > Subject: Re: Why ActionProxy is used > To: Struts Users Mailing List > > > ActionProxy is decorating > (http://en.wikipedia.org/wiki/Decorator_pattern) the Action class you > currently write by executing the interceptor stack defined by > configuration i

Re: Why ActionProxy is used

2011-01-28 Thread Dave Newton
er simple question. how does > ActioProxy is created. is it a bytecode manipulation or other > technique ?. I just need to clear things out > > Thanks > Nuwan > > > -- Forwarded message -- > From: Jordi Fernández > Date: 2011/1/28 > Subject: Re:

Fwd: Why ActionProxy is used

2011-01-28 Thread Nuwan Arambage
rwarded message -- > From: Jordi Fernández > Date: 2011/1/28 > Subject: Re: Why ActionProxy is used > To: Struts Users Mailing List > > > Have you already seen this? > http://struts.apache.org/2.2.1/docs/big-picture.html > > On Fri, Jan 28, 2011 at 10:32 AM, N

Re: Why ActionProxy is used

2011-01-28 Thread Dave Newton
On Fri, Jan 28, 2011 at 6:05 AM, Nuwan Arambage wrote: > it does simplify the entire struts architecture. [...] why struts2 > designers made > the it interceptor call via ActionProxy class.What is the > fundamental reason for that > Didn't you just answer your question? Perhaps the web can assis

Re: Why ActionProxy is used

2011-01-28 Thread Jordi Fernández
rnández > Date: 2011/1/28 > Subject: Re: Why ActionProxy is used > To: Struts Users Mailing List > > > Have you already seen this? > http://struts.apache.org/2.2.1/docs/big-picture.html > > On Fri, Jan 28, 2011 at 10:32 AM, Nuwan Arambage > wrote: >> Hi all ,

Fwd: Why ActionProxy is used

2011-01-28 Thread Nuwan Arambage
Fernández Date: 2011/1/28 Subject: Re: Why ActionProxy is used To: Struts Users Mailing List Have you already seen this? http://struts.apache.org/2.2.1/docs/big-picture.html On Fri, Jan 28, 2011 at 10:32 AM, Nuwan Arambage wrote: > Hi all , >  this might be a trivial question and I hope  t

Re: Why ActionProxy is used

2011-01-28 Thread Jordi Fernández
Have you already seen this? http://struts.apache.org/2.2.1/docs/big-picture.html On Fri, Jan 28, 2011 at 10:32 AM, Nuwan Arambage wrote: > Hi all , >  this might be a trivial question and I hope  this is the right place > to raise my question. > Why do stuts2 implementers use ActionProxy. What is

Why ActionProxy is used

2011-01-28 Thread Nuwan Arambage
Hi all , this might be a trivial question and I hope this is the right place to raise my question. Why do stuts2 implementers use ActionProxy. What is the purpose of the this class. I have read the description given in the core developer guide.Yet I didn't get the idea.I appreciate if somebody c