搜索资源列表
-
0下载:
这是用struts2.0+spring+hibernate开发的一个web项目实例,主要是实现CRUD功能,开发环境运用的是myeclipse+tomcat6.0+jdk6.0,This is an example of web project developed by struts2.0+spring+hibernate ,the major content is the implement of CRUD.The development environment is myeclipse+to
-
-
0下载:
技术要点:
1 此系统采用了目前最流行的ssm框架,其中的spingMVC框架相对于struts2框架更灵活,更安全。
2 本项目springMVC框架采用了注解映射器,使用了RESTful风格的url对系统发起http请求,开发更灵活。
3 同时使用了了hibernate提供的校验框架,对客户端数据进行校验!
4 Mybati数据库DAO层采用的是Mapper代理开发方法,输入映射采用的是POJO包装类型实现,输出映射采用了resultMap类型,实现了数据库多对一映射。
5 spr
-