RE: Struts1 Plugin to Struts2

2010-10-01 Thread Raghuveer V
List; raghuve...@infotechsw.com Subject: Re: Struts1 Plugin to Struts2 An application context listener--that way it's not S2-specific. Dave On Fri, Oct 1, 2010 at 5:03 AM, Raghuveer V wrote: I have scenarios of few activities during application startup and shutdown in struts1 applic

Re: Struts1 Plugin to Struts2

2010-10-01 Thread Dave Newton
An application context listener--that way it's not S2-specific. Dave On Fri, Oct 1, 2010 at 5:03 AM, Raghuveer V wrote: > I have scenarios of few activities during application startup and shutdown > in struts1 application which need to be used in struts2 application. > > > > Example: > > Below s

Struts1 Plugin to Struts2

2010-10-01 Thread Raghuveer V
I have scenarios of few activities during application startup and shutdown in struts1 application which need to be used in struts2 application. Example: Below struts2 plug-in needs to be used in struts2. Any best thoughts of implementing this. Regards, Raghu