搜索资源列表
Manning.Hibernate.in.Action
- 关于java的一个项目-on a project
SSH.rar
- 这是用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
hibernate
- hibernate3.jar包,在项目中直接导入即可!-hibernate3.jar package can be imported directly in the project!
MaShibingHibernateProjectCodes
- 这是尚学堂马士兵讲解视频Hibernate3.3.2项目用到的完整源码。是适合Hibernate初学者学习的资料。-This is the complete source the Shang Xuetang Mashi Bing to explain the video Hibernate3.3.2 project used.Is suitable for Hibernate beginners to learn.
axis-spring-hibernate-extjs
- axis-spring-hibernate-extjs.rar 整个项目系统-axis-spring-hibernate-extjs.rar entire project system
Shopping
- 初学Mina,自己练手的一个小项目,使用Mina +Swing + Hibernate + MySQL + Wox,数据库脚本在客户端的shopping_db文件夹里。实现了商品购买的功能,四个界面,登录,注册,购物车,在购物车界面使用JDialog通过点击按钮事件显示商品列表界面,实现多选择商品功能。个人觉得服务端Mina与hibernate的结合比较容易理解,客户端要使用到回调接口,有点小麻烦,不过想通了还是比较容易的,难在在不同的项目里融会贯通灵活运用所学知识,欢迎大家下载指正,共同学习!
StudentInfoManager
- 这是专门给初学者看的,如果你刚开始学javaweb项目开发得话,这个是个简单的实现了增加学生信息,修改学生信息,和删除学生得功能,使用纯jsp开发得。后续我会上传用servlet做得 ,以及struct框架做的,和struct+hibernate做的,以及纯spring框架做的,和ssh相结合做的项目。大家共同学习敬请关注 数据库已经包含在里面了 是db.sql-This is especially for beginners, if you have just started to learn
Servlet-Hibernate-Pagination
- pagination project with combination of servlet and hibernate
hibernate
- Hibernate源码等开源项目文件,包括opendoc文件等,人工智能算法等。-Hibernate and other open source project source files, including files opendoc, artificial intelligence algorithms.
hibernate-release-5.3.0.CR1
- SSH项目开发所需要的jar包集合。让java开发过程更加便利,希望能够方便更多的人(The jar package set required for the SSH project development.)
双鱼林SSM图书信息管理系统
- 技术要点: 1 此系统采用了目前最流行的ssm框架,其中的spingMVC框架相对于struts2框架更灵活,更安全。 2 本项目springMVC框架采用了注解映射器,使用了RESTful风格的url对系统发起http请求,开发更灵活。 3 同时使用了了hibernate提供的校验框架,对客户端数据进行校验! 4 Mybati数据库DAO层采用的是Mapper代理开发方法,输入映射采用的是POJO包装类型实现,输出映射采用了resultMap类型,实现了数据库多对一映射。 5 spr