CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java

文件名称:MySpringMVC4

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

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

基于Hibernate和Session安全证书实现的SpringMVC的例子-SpringMvc is Hibernate connect to database and securety session cer
(系统自动生成,下载前可以参看下载内容)

下载文件列表

MySpringMVC4/.classpath
MySpringMVC4/.project
MySpringMVC4/.settings/.jsdtscope
MySpringMVC4/.settings/org.eclipse.core.resources.prefs
MySpringMVC4/.settings/org.eclipse.jdt.core.prefs
MySpringMVC4/.settings/org.eclipse.wst.common.component
MySpringMVC4/.settings/org.eclipse.wst.common.project.facet.core.xml
MySpringMVC4/.settings/org.eclipse.wst.jsdt.ui.superType.container
MySpringMVC4/.settings/org.eclipse.wst.jsdt.ui.superType.name
MySpringMVC4/.tomcatplugin
MySpringMVC4/resource/hibernate.cfg.xml
MySpringMVC4/resource/jdbc.properties
MySpringMVC4/resource/messages.properties
MySpringMVC4/resource/META-INF/persistence.xml
MySpringMVC4/resource/sql/create_products.sql
MySpringMVC4/resource/sql/load_data.sql
MySpringMVC4/src/springapp/domain/Product.java
MySpringMVC4/src/springapp/repository/JdbcProductDao.java
MySpringMVC4/src/springapp/repository/ProductDao.java
MySpringMVC4/src/springapp/service/PriceIncrease.java
MySpringMVC4/src/springapp/service/PriceIncreaseValidator.java
MySpringMVC4/src/springapp/service/ProductManager.java
MySpringMVC4/src/springapp/service/SimpleProductManager.java
MySpringMVC4/src/springapp/util/HibernateUtil.java
MySpringMVC4/src/springapp/web/HelloController.java
MySpringMVC4/src/springapp/web/InventoryController.java
MySpringMVC4/src/springapp/web/PriceIncreaseFormController.java
MySpringMVC4/WebContent/index.jsp
MySpringMVC4/WebContent/META-INF/MANIFEST.MF
MySpringMVC4/WebContent/WEB-INF/applicationContext.xml
MySpringMVC4/WebContent/WEB-INF/classes/hibernate.cfg.xml
MySpringMVC4/WebContent/WEB-INF/classes/jdbc.properties
MySpringMVC4/WebContent/WEB-INF/classes/messages.properties
MySpringMVC4/WebContent/WEB-INF/classes/META-INF/persistence.xml
MySpringMVC4/WebContent/WEB-INF/classes/springapp/domain/Product.class
MySpringMVC4/WebContent/WEB-INF/classes/springapp/repository/JdbcProductDao.class
MySpringMVC4/WebContent/WEB-INF/classes/springapp/repository/ProductDao.class
MySpringMVC4/WebContent/WEB-INF/classes/springapp/service/PriceIncrease.class
MySpringMVC4/WebContent/WEB-INF/classes/springapp/service/PriceIncreaseValidator.class
MySpringMVC4/WebContent/WEB-INF/classes/springapp/service/ProductManager.class
MySpringMVC4/WebContent/WEB-INF/classes/springapp/service/SimpleProductManager.class
MySpringMVC4/WebContent/WEB-INF/classes/springapp/util/HibernateUtil.class
MySpringMVC4/WebContent/WEB-INF/classes/springapp/web/HelloController.class
MySpringMVC4/WebContent/WEB-INF/classes/springapp/web/InventoryController.class
MySpringMVC4/WebContent/WEB-INF/classes/springapp/web/PriceIncreaseFormController.class
MySpringMVC4/WebContent/WEB-INF/classes/sql/create_products.sql
MySpringMVC4/WebContent/WEB-INF/classes/sql/load_data.sql
MySpringMVC4/WebContent/WEB-INF/jsp/hello.jsp
MySpringMVC4/WebContent/WEB-INF/jsp/include.jsp
MySpringMVC4/WebContent/WEB-INF/jsp/priceincrease.jsp
MySpringMVC4/WebContent/WEB-INF/lib/antlr-2.7.6.jar
MySpringMVC4/WebContent/WEB-INF/lib/aspectjweaver.jar
MySpringMVC4/WebContent/WEB-INF/lib/commons-collections.jar
MySpringMVC4/WebContent/WEB-INF/lib/commons-dbcp.jar
MySpringMVC4/WebContent/WEB-INF/lib/commons-logging.jar
MySpringMVC4/WebContent/WEB-INF/lib/commons-pool.jar
MySpringMVC4/WebContent/WEB-INF/lib/db/mydb.log
MySpringMVC4/WebContent/WEB-INF/lib/db/mydb.properties
MySpringMVC4/WebContent/WEB-INF/lib/db/mydb.script
MySpringMVC4/WebContent/WEB-INF/lib/dom4j-1.6.1.jar
MySpringMVC4/WebContent/WEB-INF/lib/hibernate-annotations.jar
MySpringMVC4/WebContent/WEB-INF/lib/hibernate-commons-annotations.jar
MySpringMVC4/WebContent/WEB-INF/lib/hibernate-entitymanager.jar
MySpringMVC4/WebContent/WEB-INF/lib/hibernate3.jar
MySpringMVC4/WebContent/WEB-INF/lib/hsqldb.jar
MySpringMVC4/WebContent/WEB-INF/lib/javassist-3.4.GA.jar
MySpringMVC4/WebContent/WEB-INF/lib/jstl.jar
MySpringMVC4/WebContent/WEB-INF/lib/jta.jar
MySpringMVC4/WebContent/WEB-INF/lib/log4j-1.2.15.jar
MySpringMVC4/WebContent/WEB-INF/lib/persistence.jar
MySpringMVC4/WebContent/WEB-INF/lib/servlet-api.jar
MySpringMVC4/WebContent/WEB-INF/lib/slf4j-api-1.5.0.jar
MySpringMVC4/WebContent/WEB-INF/lib/slf4j-log4j12-1.5.0.jar
MySpringMVC4/WebContent/WEB-INF/lib/spring-webmvc.jar
MySpringMVC4/WebContent/WEB-INF/lib/spring.jar
MySpringMVC4/WebContent/WEB-INF/lib/standard.jar
MySpringMVC4/WebContent/WEB-INF/lib/test.log
MySpringMVC4/WebContent/WEB-INF/lib/test.properties
MySpringMVC4/WebContent/WEB-INF/springapp-servlet.xml
MySpringMVC4/WebContent/WEB-INF/tld/spring-form.tld
MySpringMVC4/WebContent/WEB-INF/web.xml
MySpringMVC4/work/org/apache/jsp/hello_jsp.class
MySpringMVC4/work/org/apache/jsp/hello_jsp.java
MySpringMVC4/work/org/apache/jsp/index_jsp.class
MySpringMVC4/work/org/apache/jsp/index_jsp.java
MySpringMVC4/work/org/apache/jsp/WEB_002dINF/jsp/hello_jsp.class
MySpringMVC4/work/org/apache/jsp/WEB_002dINF/jsp/hello_jsp.java
MySpringMVC4/work/org/apache/jsp/WEB_002dINF/jsp/priceincrease_jsp.class
MySpringMVC4/work/org/apache/jsp/WEB_002dINF/jsp/priceincrease_jsp.java
MySpringMVC4/work/SESSIONS.ser
MySpringMVC4/work/org/apache/jsp/WEB_002dINF/jsp
MySpringMVC4/WebContent/WEB-INF/classes/springapp/domain
MySpringMVC4/WebCo

相关说明

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

相关评论

暂无评论内容.

发表评论

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