CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数据库系统 MySQL数据库

文件名称:TestingProject

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    13.57mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

A project demonstration of spring, hibernate using mysql. complete web application for beginners
(系统自动生成,下载前可以参看下载内容)

下载文件列表

TestingProject/
TestingProject/.classpath
TestingProject/.project
TestingProject/.settings/
TestingProject/.settings/.jsdtscope
TestingProject/.settings/org.eclipse.jdt.core.prefs
TestingProject/.settings/org.eclipse.wst.common.component
TestingProject/.settings/org.eclipse.wst.common.project.facet.core.xml
TestingProject/.settings/org.eclipse.wst.jsdt.ui.superType.container
TestingProject/.settings/org.eclipse.wst.jsdt.ui.superType.name
TestingProject/.springBeans
TestingProject/build/
TestingProject/build/classes/
TestingProject/build/classes/hibernate.cfg.xml
TestingProject/build/classes/import.sql
TestingProject/build/classes/messages_en.properties
TestingProject/build/classes/messages_fr.properties
TestingProject/build/classes/org/
TestingProject/build/classes/org/openschool/
TestingProject/build/classes/org/openschool/controller/
TestingProject/build/classes/org/openschool/controller/CoursesController.class
TestingProject/build/classes/org/openschool/controller/StudentCoursesController.class
TestingProject/build/classes/org/openschool/controller/StudentsController.class
TestingProject/build/classes/org/openschool/dao/
TestingProject/build/classes/org/openschool/dao/CoursesDao.class
TestingProject/build/classes/org/openschool/dao/CoursesDaoImpl.class
TestingProject/build/classes/org/openschool/dao/StudentsDao.class
TestingProject/build/classes/org/openschool/dao/StudentsDaoImpl.class
TestingProject/build/classes/org/openschool/domain/
TestingProject/build/classes/org/openschool/domain/Course.class
TestingProject/build/classes/org/openschool/domain/Student.class
TestingProject/build/classes/org/openschool/service/
TestingProject/build/classes/org/openschool/service/CoursesService.class
TestingProject/build/classes/org/openschool/service/CoursesServiceImpl.class
TestingProject/build/classes/org/openschool/service/StudentsService.class
TestingProject/build/classes/org/openschool/service/StudentsServiceImpl.class
TestingProject/build/classes/security_db.sql
TestingProject/build.properties
TestingProject/ClassModel.mgc
TestingProject/main/
TestingProject/main/resources/
TestingProject/main/resources/hibernate.cfg.xml
TestingProject/main/resources/import.sql
TestingProject/main/resources/messages_en.properties
TestingProject/main/resources/messages_fr.properties
TestingProject/main/resources/security_db.sql
TestingProject/src/
TestingProject/src/org/
TestingProject/src/org/openschool/
TestingProject/src/org/openschool/controller/
TestingProject/src/org/openschool/controller/CoursesController.java
TestingProject/src/org/openschool/controller/StudentCoursesController.java
TestingProject/src/org/openschool/controller/StudentsController.java
TestingProject/src/org/openschool/dao/
TestingProject/src/org/openschool/dao/CoursesDao.java
TestingProject/src/org/openschool/dao/CoursesDaoImpl.java
TestingProject/src/org/openschool/dao/StudentsDao.java
TestingProject/src/org/openschool/dao/StudentsDaoImpl.java
TestingProject/src/org/openschool/domain/
TestingProject/src/org/openschool/domain/Course.java
TestingProject/src/org/openschool/domain/Student.java
TestingProject/src/org/openschool/service/
TestingProject/src/org/openschool/service/CoursesService.java
TestingProject/src/org/openschool/service/CoursesServiceImpl.java
TestingProject/src/org/openschool/service/StudentsService.java
TestingProject/src/org/openschool/service/StudentsServiceImpl.java
TestingProject/WebContent/
TestingProject/WebContent/index.jsp
TestingProject/WebContent/login.jsp
TestingProject/WebContent/META-INF/
TestingProject/WebContent/META-INF/MANIFEST.MF
TestingProject/WebContent/WEB-INF/
TestingProject/WebContent/WEB-INF/applicationContext-security.xml
TestingProject/WebContent/WEB-INF/jdbc.properties
TestingProject/WebContent/WEB-INF/jsp/
TestingProject/WebContent/WEB-INF/jsp/courses.jsp
TestingProject/WebContent/WEB-INF/jsp/footer.jsp
TestingProject/WebContent/WEB-INF/jsp/header.jsp
TestingProject/WebContent/WEB-INF/jsp/layout.jsp
TestingProject/WebContent/WEB-INF/jsp/menu.jsp
TestingProject/WebContent/WEB-INF/jsp/studentcourses.jsp
TestingProject/WebContent/WEB-INF/jsp/students.jsp
TestingProject/WebContent/WEB-INF/lib/
TestingProject/WebContent/WEB-INF/lib/antlr-2.7.6.jar
TestingProject/WebContent/WEB-INF/lib/aopalliance.jar
TestingProject/WebContent/WEB-INF/lib/appserv-jstl.jar
TestingProject/WebContent/WEB-INF/lib/commons-beanutils-1.8.3.jar
TestingProject/WebContent/WEB-INF/lib/commons-collections-3.2.1.jar
TestingProject/WebContent/WEB-INF/lib/commons-dbcp-1.4.jar
TestingProject/WebContent/WEB-INF/lib/commons-digester-2.1.jar
TestingProject/WebContent/WEB-INF/lib/commons-lang-2.6.jar
TestingProject/WebContent/WEB-INF/lib/commons-logging-1.1.1.jar
TestingProject/WebContent/WEB-INF/lib/commons-pool-1.5.5.jar
TestingProject/WebContent/WEB-INF/lib/dom4j-1.6.1.jar
TestingProject/WebContent/WEB-INF/lib/hibernate-jpa-2.0-api-1.0.0.Final.jar
TestingProject/WebContent/WEB-INF/lib/hibernate3.jar
TestingProject/WebContent/WEB-INF/lib/javaee.jar
TestingProject/WebContent/WEB-INF/lib/javassist-3.12.0.GA.jar
TestingProject/WebContent/WEB-INF/lib/jta-1.1.jar
TestingPro

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com