文件名称:sshtest
-
所属分类:
- 标签属性:
- 上传时间:2014-11-28
-
文件大小:16.59mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
用MyEclipse实现struts+hibernate+spring框架下用户登陆,功能简单,但结构合理,便于初学者掌握ssh框架的搭建。网上有关于使用MyEclipse直接导入ssh支持的方法,但对于有些版本的Jar包间存在冲突,这里给出了将支撑的架包直接导入lib文件夹下的方法。数据库是MySQL。在使用前,现将user.sql导入数据库。使用时直接将项目导入MyEclipse即可。-MyEclipse achieve struts+hibernate+spring framework with the user login, features a simple, yet reasonable structure, easy for beginners to master the framework set up ssh. On the use of the Internet directly into MyEclipse ssh supported methods, but among some versions of Jar package conflicts presented here will support the shelf package directly into the lib folder under way. The is MySQL. Before use, now user.sql into the . Projects can be imported directly into MyEclipse use.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
sshtest/
sshtest/.classpath
sshtest/.project
sshtest/.settings/
sshtest/.settings/.jsdtscope
sshtest/.settings/org.eclipse.jdt.core.prefs
sshtest/.settings/org.eclipse.wst.common.component
sshtest/.settings/org.eclipse.wst.common.project.facet.core.xml
sshtest/.settings/org.eclipse.wst.jsdt.ui.superType.container
sshtest/.settings/org.eclipse.wst.jsdt.ui.superType.name
sshtest/src/
sshtest/src/applicationContext.xml
sshtest/src/com/
sshtest/src/com/ssh/
sshtest/src/com/ssh/biz/
sshtest/src/com/ssh/biz/impl/
sshtest/src/com/ssh/biz/impl/UserBiz.java
sshtest/src/com/ssh/biz/IUserBiz.java
sshtest/src/com/ssh/dao/
sshtest/src/com/ssh/dao/impl/
sshtest/src/com/ssh/dao/impl/UserDAO.java
sshtest/src/com/ssh/dao/IUserDAO.java
sshtest/src/com/ssh/entity/
sshtest/src/com/ssh/entity/User.hbm.xml
sshtest/src/com/ssh/entity/User.java
sshtest/src/com/ssh/struts/
sshtest/src/com/ssh/struts/action/
sshtest/src/com/ssh/struts/action/LoginAction.java
sshtest/src/struts.xml
sshtest/user.sql
sshtest/WebRoot/
sshtest/WebRoot/error.jsp
sshtest/WebRoot/index.jsp
sshtest/WebRoot/login.jsp
sshtest/WebRoot/META-INF/
sshtest/WebRoot/META-INF/MANIFEST.MF
sshtest/WebRoot/success.jsp
sshtest/WebRoot/WEB-INF/
sshtest/WebRoot/WEB-INF/classes/
sshtest/WebRoot/WEB-INF/classes/applicationContext.xml
sshtest/WebRoot/WEB-INF/classes/com/
sshtest/WebRoot/WEB-INF/classes/com/ssh/
sshtest/WebRoot/WEB-INF/classes/com/ssh/biz/
sshtest/WebRoot/WEB-INF/classes/com/ssh/biz/impl/
sshtest/WebRoot/WEB-INF/classes/com/ssh/biz/impl/UserBiz.class
sshtest/WebRoot/WEB-INF/classes/com/ssh/biz/IUserBiz.class
sshtest/WebRoot/WEB-INF/classes/com/ssh/dao/
sshtest/WebRoot/WEB-INF/classes/com/ssh/dao/impl/
sshtest/WebRoot/WEB-INF/classes/com/ssh/dao/impl/UserDAO.class
sshtest/WebRoot/WEB-INF/classes/com/ssh/dao/IUserDAO.class
sshtest/WebRoot/WEB-INF/classes/com/ssh/entity/
sshtest/WebRoot/WEB-INF/classes/com/ssh/entity/User.class
sshtest/WebRoot/WEB-INF/classes/com/ssh/entity/User.hbm.xml
sshtest/WebRoot/WEB-INF/classes/com/ssh/struts/
sshtest/WebRoot/WEB-INF/classes/com/ssh/struts/action/
sshtest/WebRoot/WEB-INF/classes/com/ssh/struts/action/LoginAction.class
sshtest/WebRoot/WEB-INF/classes/struts.xml
sshtest/WebRoot/WEB-INF/lib/
sshtest/WebRoot/WEB-INF/lib/antlr-2.7.6.jar
sshtest/WebRoot/WEB-INF/lib/aspectjweaver.jar
sshtest/WebRoot/WEB-INF/lib/backport-util-concurrent.jar
sshtest/WebRoot/WEB-INF/lib/com.springsource.com.mchange.v2.c3p0-0.9.1.2.jar
sshtest/WebRoot/WEB-INF/lib/com.springsource.net.sf.cglib-2.2.0.jar
sshtest/WebRoot/WEB-INF/lib/com.springsource.org.aopalliance-1.0.0.jar
sshtest/WebRoot/WEB-INF/lib/com.springsource.org.apache.commons.logging-1.1.1.jar
sshtest/WebRoot/WEB-INF/lib/com.springsource.org.quartz-1.6.2.jar
sshtest/WebRoot/WEB-INF/lib/commons-collections-3.1.jar
sshtest/WebRoot/WEB-INF/lib/commons-dbcp-1.2.2.jar
sshtest/WebRoot/WEB-INF/lib/commons-fileupload-1.2.1.jar
sshtest/WebRoot/WEB-INF/lib/commons-io-1.3.2.jar
sshtest/WebRoot/WEB-INF/lib/commons-pool.jar
sshtest/WebRoot/WEB-INF/lib/dom4j-1.6.1.jar
sshtest/WebRoot/WEB-INF/lib/ehcache-1.5.0.jar
sshtest/WebRoot/WEB-INF/lib/freemarker-2.3.16.jar
sshtest/WebRoot/WEB-INF/lib/hibernate-jpa-2.0-api-1.0.0.Final.jar
sshtest/WebRoot/WEB-INF/lib/hibernate3.jar
sshtest/WebRoot/WEB-INF/lib/javassist-3.12.0.GA.jar
sshtest/WebRoot/WEB-INF/lib/javassist-3.7.ga.jar
sshtest/WebRoot/WEB-INF/lib/jta-1.1.jar
sshtest/WebRoot/WEB-INF/lib/mysql-connector-java-5.1.13-bin.jar
sshtest/WebRoot/WEB-INF/lib/ognl-3.0.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.aop-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.asm-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.aspects-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.beans-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.context-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.context.support-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.core-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.expression-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.instrument-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.instrument.tomcat-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.jdbc-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.jms-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.orm-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.oxm-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.test-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.transaction-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.web-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.web.portlet-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.web.servlet-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.web.struts-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/slf4j-api-1.6.1.jar
sshtest/WebRoot/WEB-INF/lib/slf4j-nop-1.6.1.jar
sshtest/WebRoot/WEB-INF/lib/struts2-core-2.2.1.jar
sshtest/WebRoo
sshtest/.classpath
sshtest/.project
sshtest/.settings/
sshtest/.settings/.jsdtscope
sshtest/.settings/org.eclipse.jdt.core.prefs
sshtest/.settings/org.eclipse.wst.common.component
sshtest/.settings/org.eclipse.wst.common.project.facet.core.xml
sshtest/.settings/org.eclipse.wst.jsdt.ui.superType.container
sshtest/.settings/org.eclipse.wst.jsdt.ui.superType.name
sshtest/src/
sshtest/src/applicationContext.xml
sshtest/src/com/
sshtest/src/com/ssh/
sshtest/src/com/ssh/biz/
sshtest/src/com/ssh/biz/impl/
sshtest/src/com/ssh/biz/impl/UserBiz.java
sshtest/src/com/ssh/biz/IUserBiz.java
sshtest/src/com/ssh/dao/
sshtest/src/com/ssh/dao/impl/
sshtest/src/com/ssh/dao/impl/UserDAO.java
sshtest/src/com/ssh/dao/IUserDAO.java
sshtest/src/com/ssh/entity/
sshtest/src/com/ssh/entity/User.hbm.xml
sshtest/src/com/ssh/entity/User.java
sshtest/src/com/ssh/struts/
sshtest/src/com/ssh/struts/action/
sshtest/src/com/ssh/struts/action/LoginAction.java
sshtest/src/struts.xml
sshtest/user.sql
sshtest/WebRoot/
sshtest/WebRoot/error.jsp
sshtest/WebRoot/index.jsp
sshtest/WebRoot/login.jsp
sshtest/WebRoot/META-INF/
sshtest/WebRoot/META-INF/MANIFEST.MF
sshtest/WebRoot/success.jsp
sshtest/WebRoot/WEB-INF/
sshtest/WebRoot/WEB-INF/classes/
sshtest/WebRoot/WEB-INF/classes/applicationContext.xml
sshtest/WebRoot/WEB-INF/classes/com/
sshtest/WebRoot/WEB-INF/classes/com/ssh/
sshtest/WebRoot/WEB-INF/classes/com/ssh/biz/
sshtest/WebRoot/WEB-INF/classes/com/ssh/biz/impl/
sshtest/WebRoot/WEB-INF/classes/com/ssh/biz/impl/UserBiz.class
sshtest/WebRoot/WEB-INF/classes/com/ssh/biz/IUserBiz.class
sshtest/WebRoot/WEB-INF/classes/com/ssh/dao/
sshtest/WebRoot/WEB-INF/classes/com/ssh/dao/impl/
sshtest/WebRoot/WEB-INF/classes/com/ssh/dao/impl/UserDAO.class
sshtest/WebRoot/WEB-INF/classes/com/ssh/dao/IUserDAO.class
sshtest/WebRoot/WEB-INF/classes/com/ssh/entity/
sshtest/WebRoot/WEB-INF/classes/com/ssh/entity/User.class
sshtest/WebRoot/WEB-INF/classes/com/ssh/entity/User.hbm.xml
sshtest/WebRoot/WEB-INF/classes/com/ssh/struts/
sshtest/WebRoot/WEB-INF/classes/com/ssh/struts/action/
sshtest/WebRoot/WEB-INF/classes/com/ssh/struts/action/LoginAction.class
sshtest/WebRoot/WEB-INF/classes/struts.xml
sshtest/WebRoot/WEB-INF/lib/
sshtest/WebRoot/WEB-INF/lib/antlr-2.7.6.jar
sshtest/WebRoot/WEB-INF/lib/aspectjweaver.jar
sshtest/WebRoot/WEB-INF/lib/backport-util-concurrent.jar
sshtest/WebRoot/WEB-INF/lib/com.springsource.com.mchange.v2.c3p0-0.9.1.2.jar
sshtest/WebRoot/WEB-INF/lib/com.springsource.net.sf.cglib-2.2.0.jar
sshtest/WebRoot/WEB-INF/lib/com.springsource.org.aopalliance-1.0.0.jar
sshtest/WebRoot/WEB-INF/lib/com.springsource.org.apache.commons.logging-1.1.1.jar
sshtest/WebRoot/WEB-INF/lib/com.springsource.org.quartz-1.6.2.jar
sshtest/WebRoot/WEB-INF/lib/commons-collections-3.1.jar
sshtest/WebRoot/WEB-INF/lib/commons-dbcp-1.2.2.jar
sshtest/WebRoot/WEB-INF/lib/commons-fileupload-1.2.1.jar
sshtest/WebRoot/WEB-INF/lib/commons-io-1.3.2.jar
sshtest/WebRoot/WEB-INF/lib/commons-pool.jar
sshtest/WebRoot/WEB-INF/lib/dom4j-1.6.1.jar
sshtest/WebRoot/WEB-INF/lib/ehcache-1.5.0.jar
sshtest/WebRoot/WEB-INF/lib/freemarker-2.3.16.jar
sshtest/WebRoot/WEB-INF/lib/hibernate-jpa-2.0-api-1.0.0.Final.jar
sshtest/WebRoot/WEB-INF/lib/hibernate3.jar
sshtest/WebRoot/WEB-INF/lib/javassist-3.12.0.GA.jar
sshtest/WebRoot/WEB-INF/lib/javassist-3.7.ga.jar
sshtest/WebRoot/WEB-INF/lib/jta-1.1.jar
sshtest/WebRoot/WEB-INF/lib/mysql-connector-java-5.1.13-bin.jar
sshtest/WebRoot/WEB-INF/lib/ognl-3.0.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.aop-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.asm-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.aspects-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.beans-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.context-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.context.support-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.core-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.expression-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.instrument-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.instrument.tomcat-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.jdbc-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.jms-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.orm-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.oxm-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.test-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.transaction-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.web-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.web.portlet-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.web.servlet-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/org.springframework.web.struts-3.0.5.RELEASE.jar
sshtest/WebRoot/WEB-INF/lib/slf4j-api-1.6.1.jar
sshtest/WebRoot/WEB-INF/lib/slf4j-nop-1.6.1.jar
sshtest/WebRoot/WEB-INF/lib/struts2-core-2.2.1.jar
sshtest/WebRoo
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.