Webapplication can be run using Struts 1 and Struts 2 running simultaneously
Asked By
70 points
N/A
Posted on - 08/29/2012
Hi,
I wanted to know whether if a web application can be run using Struts 1 and Struts 2 running simultaneously if I have a login screen for the application, and they should have a common Httpsession.
I’m in a process of upgrading the old struts 1 code to struts 2. But I don’t want to convert the entire codes now itself if I have an alternative choice.
Please help me.