Re: Re: why Struts2 Dispatcher instance bind to ThreadLocal

2013-04-25 Thread Lukasz Lenart
Thanks, it's much clear now how StrutsPrepare and StrutsExecute cooperate :-) 2013/4/25 Don Brown : > Two servlet filters - one to do 95% of the work, the second to cleanup any > thread locals. > > Don > > > On Thu, Apr 25, 2013 at 1:06 AM, Lukasz Lenart > wrote: >> >> Thanks MrDon :-) >> >> What

Re: Re: why Struts2 Dispatcher instance bind to ThreadLocal

2013-04-25 Thread Don Brown
Two servlet filters - one to do 95% of the work, the second to cleanup any thread locals. Don On Thu, Apr 25, 2013 at 1:06 AM, Lukasz Lenart wrote: > Thanks MrDon :-) > > What you mean by "two filters"? > > > Regards > -- > Łukasz > + 48 606 323 122 http://www.lenart.org.pl/ > > 2013/4/24 Don B

Re: How Apache describes Struts

2013-04-25 Thread Konstantin Priblouda
I would add timeslot of popularity.   Struts 1 was popular  till 2005-2007. While there are still struts 1 projects they are very very rare now.    [ Konstantin Pribluda http://www.pribluda.de ] JTec quality components: http://www.pribluda.de/projects/

Re: How Apache describes Struts

2013-04-25 Thread Rene Gielen
Good catch guys! I'm going to update this later today if nobody else will have done it by that time :) - René Am 25.04.13 06:04, schrieb Maurizio Cucchiara: > Hi Paul, > in order to update the description, we should edit our doap file [1] (see [2]) > > > [1] > http://svn.apache.org/repos/asf/s

Re: Re: why Struts2 Dispatcher instance bind to ThreadLocal

2013-04-25 Thread Lukasz Lenart
Thanks MrDon :-) What you mean by "two filters"? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/4/24 Don Brown : > This all goes way back to the days of WebWork and how much they loved > statics. WebWork basically used static singletons for everything, causing > a) a really