搜索资源列表
mybatis_spring
- mybatis整合spring示例源码,简单介绍了mabatis如何与spring3进行整合-The mybatis integrated the spring sample source, brief mabatis how to integrate with spring3
ssm
- spring,spirng mvc,mabatis整合实例,自己弄的-spring, spirng mvc, mabatis integrate instance, get yourself
Api
- webservice框架(包含demo)。框架整合cxf+spring+mabatis,可以灵活增加组件和拓展功能。-Webservice framework (including demo). Framework integration cxf+ spring+ mabatis, you can flexibly add components and expand functionality.
shop第一次做的项目
- 网上购物商城,运用spring+springmvc+mabatis(my englist is so bad that there is no englisth explain)
mybatis框架
- iBatis?是apache的一个开源项目,后更名为MyBatis,它是一个非常优秀的持久化框架,负责简化将对象数据保存到数据库中,从数据库中读取数据并封装到对象的工作。通过简单配置和编码即可代替JDBC 繁琐的程序代码。 MyBatis处理数据库操作的方式代表了当前的趋势(IBatis is an open source project Apache, later renamed MyBatis, it is a very good persistence framework, respons
SSMintegeration
- 一个基本的sping+springmvc+mabatis环境,用于测试用户是否保存进库。(The product is very simple, but also know their lack, hoping to list the source code of the chiefs to learn)
Mabatis快速入门(一)
- Mybatis入门例子,包括代码说明,开发环境等(mybatis learning first)
mybatis-generator
- mabatis的逆向工程,用eclipse导入,修改配置文件后即用(Reverse engineering of mabatis, import with eclipse and modify the configuration file)
SSM学生管理系统
- 这是一个基于j2ee实现的学生管理系统,使用了sping+spingmvc+mabatis三个框架整合的JAVA工程,使用maven管理,内含三个角色,学生和教师和管理员,使用拦截器分别实现登录验证,鉴权功能