Short answer is Yes, for every new request , a new instance will be created
reason for this is simple, your action classes also work as Model in MVC
and in order to take care of thread safety, its better to create a new
instance.



On Wed, Sep 25, 2013 at 4:39 PM, Yaragalla Muralidhar <
yaragallamur...@gmail.com> wrote:

> will action class gets created for every new request even when new request
> is also to the previous actionclass?
>
> *Thanks and Regards,*
> Muralidhar Yaragalla.
> *
> *
>



-- 
With Regards
Umesh Awasthi
http://www.travellingrants.com/

Reply via email to