SSH(一)架包的引入

一年多未使用了,有些东西真的会忘。

一、ssh的图形化记忆运作流程

二、Struts2、hibernate、spring需要引用的jar包

Struts2:

  基本开发:struts-2.3.32appsstruts2-blank.war解压后的全部jar,

  注解开发:struts2-spring-plugin-2.3.32.jar

  spring整合:struts2-spring-plugin-2.3.32.jar

hibernate:

  基本开发:

    hibernate-release-5.2.8.Finallib equired*.jar

    hibernate-release-5.2.8.Finallibjpa-metamodel-generator*.jar

  日志记录:

    *slf4j整合log4j的jar

  数据库驱动包:  

spring:

  IOC:

    spring-beans-3.2.5.RELEASE.jar

    spring-context-3.2.5.RELEASE.jar

    spring-core-3.2.5.RELEASE.jar

    spring-expression-3.2.5.RELEASE.jar

    com.springsource.org.apache.commons.logging-1.1.1.jar

    com.springsource.org.apache.log4j-1.2.15.jar

  AOP:

    spring-aop-3.2.5.RELEASE.jar

    spring-aspects-3.2.5.RELEASE.jar

    com.springsource.org.aopalliance-1.0.0.jar

    com.springsource.org.aspectj.weaver-1.6.8.RELEASE.jar

  事务管理:

    spring-tx-3.2.5.RELEASE.jar

    spring-jdbc-3.2.5.RELEASE.jar

  整合hibernate:

    spring-orm-3.2.5.RELEASE.jar

  整合web:

    spring-web-3.2.5.RELEASE.jar

  整合junit单元测试:

    spring-test-3.2.5.RELEASE.jar

  连接池:

    com.springsource.com.mchange.v2.c3p0-0.9.1.2.jar

三、MyEclipse创建ssh web项目,并在web-inf下lib添加以上准备的jar

相关jar包可以再其官网下载,也可以在我的云盘直接使用:

链接: http://pan.baidu.com/s/1dEMBzwd 密码: 3tcu

原文地址:https://www.cnblogs.com/ckxlovejava/p/6985986.html