文件名称:ssm3
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 19kb
- 下载次数:
- 0次
- 提 供 者:
- p***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
简单快速入门的SPRINGMVC3.0例子:Spring更新到3.0之后,其MVC框架加入了一个非常不错的东西——那就是REST。它的开放式特性,与Spring的无缝集成,以及Spring框架的优秀表现,使得现在很多公司将其作为新的系统开发框架。大象根据实际的项目经验,以之前SSH2例子为基础,对其进行一次大改造,详细的为大家讲解如何实现SSM3全注解式的开发。-The the simple QuickStart SPRINGMVC3.0 example: Spring update to 3.0, the MVC fr a mework joined a very good thing- that is REST. Its open nature, seamless integration with Spring, as well as the outstanding performance of the Spring fr a mework, which now makes a lot of companies as a new system development fr a mework. Elephant based on the actual experience of the project, based on prior SSH2 example, a big transformation in detail for you on how to achieve SSM3 full annotation development.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ssm3\pom.xml
....\src\test\resources\jdbc.properties
....\...\....\.........\log4j.properties
....\...\....\.........\mybatis-config.xml
....\...\....\.........\service-context.xml
....\...\....\.........\mapper\RoleMapper.xml
....\...\....\.........\......\UserMapper.xml
....\...\....\java\com\bolo\examples\base\service\RoleServiceTest.java
....\...\main\java\com\bolo\orm\mybatis\MyBatisDao.java
....\...\....\....\...\....\examples\HelloController.java
....\...\....\....\...\....\........\base\service\RoleService.java
....\...\....\....\...\....\........\....\.......\UserService.java
....\...\....\....\...\....\........\....\entity\Role.java
....\...\....\....\...\....\........\....\......\User.java
....\...\....\....\...\....\........\....\controller\RoleController.java
....\...\....\....\...\....\........\....\..........\UserController.java
....\...\....\webapp\pages\hello.html
....\...\....\......\.....\common\meta.html
....\...\....\......\.....\base\role_edit.html
....\...\....\......\.....\....\role_list.html
....\...\....\......\.....\....\role_view.html
....\...\....\......\.....\....\user_list.html
....\...\....\......\WEB-INF\web.xml
....\...\....\resources\jdbc.properties
....\...\....\.........\log4j.properties
....\...\....\.........\mybatis-config.xml
....\...\....\.........\service-context.xml
....\...\....\.........\servlet-context.xml
....\...\....\.........\mapper\RoleMapper.xml
....\...\....\.........\......\UserMapper.xml
....\...\test\java\com\bolo\examples\base\service
....\...\main\java\com\bolo\examples\base\service
....\...\....\....\...\....\........\....\entity
....\...\....\....\...\....\........\....\controller
....\...\test\java\com\bolo\examples\base
....\...\main\java\com\bolo\orm\mybatis
....\...\....\....\...\....\examples\base
....\...\test\java\com\bolo\examples
....\...\main\java\com\bolo\orm
....\...\....\....\...\....\examples
....\...\test\java\com\bolo
....\...\main\java\com\bolo
....\...\....\webapp\pages\common
....\...\....\......\.....\base
....\...\test\resources\mapper
....\...\....\java\com
....\...\main\java\com
....\...\....\webapp\pages
....\...\....\......\WEB-INF
....\...\....\resources\mapper
....\...\test\resources
....\...\....\java
....\...\main\java
....\...\....\webapp
....\...\....\resources
....\...\test
....\...\main
....\src
ssm3