Migrating from Struts2 to Spring MVC

前端 未结 4 1806
余生分开走
余生分开走 2020-12-17 05:39

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 al

4条回答
  •  伪装坚强ぢ
    2020-12-17 06:25

    You can do it slowly. Struts is a MVC framework. The rest of your application (business and data tiers) are classes which can be invoked by action classes. Struts is a plugin based architecture and it is easy for you to define a plugin in struts configuration file.

    Take a look at this link. This may help.

提交回复
热议问题