Migrating from Struts2 to Spring MVC
Posted
by Vincent Ramdhanie
on Stack Overflow
See other posts from Stack Overflow
or by Vincent Ramdhanie
Published on 2010-05-21T15:35:20Z
Indexed on
2010/05/21
15:40 UTC
Read the original article
Hit count: 246
Scenario: A fairly mature project uses Struts2 and Spring and Hibernate. I say mature because it has been going on a for a while and there are many struts actions written already.
Suppose we wanted to remove Struts2 from the project and instead depend entirely on Spring MVC without rewriting the entire project.
Is this something that should even be considered? Are there any migration guides out there? Has anyone done this before and would like to warn me against it?
© Stack Overflow or respective owner