Search code examples
jspstruts2strutsstruts1

Upgrading from struts1.0 to struts2.3.16.1


We have a running JSP project using Struts 1.0. Its a pretty big project. We want to upgrade the project in Struts 2.3.16.1. As I am new in struts framework I am not sure who much changes will be needed for this upgrade. Will it be a good idea to upgrade to 2.3.16.1 direct from version 1.0 as 1.0 is a very primitive version.


Solution

  • This links Migration Guide and Migration Strategy may help you. But you have to do lots of R&D stuff on it. It just like making a brand new application.

    Thanks.