I am working in migrating from struts1 to struts2. its very big application hence it is not possible to migrate entirely. can we use struts1 in UI and struts2 in Action Contoller. Would this combination work ?
Asked
Active
Viewed 21 times
0
-
I think you could use struts1 plugin to reuse server side code https://struts.apache.org/plugins/struts-1/, but the UI should change in any case. – PKey Sep 29 '21 at 09:31
-
No, and it wouldn’t be the best approach even if it did. Better to have a hybrid S1/S2 app and convert a page at a time. – Dave Newton Sep 29 '21 at 11:11
-
Thanks PKey Dave Newton for your reply – user1139344 Sep 30 '21 at 08:08