Getting started with Spring 3 Web MVC - Setting everything up

后端 未结 7 1816
天涯浪人
天涯浪人 2020-12-07 10:37

I\'m trying to get started with JAVA/Eclipse/Spring MVC but can\'t seem to find a "dummies" or "step-by-step" guide for setting everything up and creatin

7条回答
  •  Happy的楠姐
    2020-12-07 11:22

    There is a major difference in Spring 2.5 and Spring 3.x, Spring 3 or later introduces Annotations based bean wiring and dependency injection. The nice step by step tutorial i found is http://www.journaldev.com/3531/spring-mvc-hibernate-mysql-integration-crud-example-tutorial

提交回复
热议问题