zoukankan      html  css  js  c++  java
  • Tutorial Struts2 + Hibernate + Spring CURD application (Day 1)

    From now on, I will write a blog to show you the integration of Struts2 + Hibernate3 + Spring to develop a CURD application. I am a beginer of SSH framework, so these series blogs may got some mistakes. Please feel free to discuss with me through blog reply. 

    This is the final souce category of my CURD project:

    And here are the Jar files used in our project : 

    • antlr-2.7.2.jar
    • asm-3.3.jar
    • asm-commons-3.3.jar
    • asm-tree-3.3.jar
    • c3p0-0.9.0.jar
    • cglib-2.1.3.jar
    • commons-collections-3.1.jar
    • commons-fileupload-1.2.2.jar
    • commons-io-2.0.1.jar
    • commons-lang-2.5.jar
    • commons-logging-1.1.1.jar
    • commons-logging-api-1.1.jar
    • dom4j-1.6.1.jar
    • ezmorph-1.0.3.jar
    • freemarker-2.3.18.jar
    • hibernate3.jar
    • javassist-3.11.0.GA.jar
    • json-lib-2.1-jdk15.jar
    • jta.jar
    • ognl-3.0.4.jar
    • ojdbc14.jar
    • org.springframework.asm-3.1.1.RELEASE.jar
    • org.springframework.beans-3.1.1.RELEASE.jar
    • org.springframework.context-3.1.1.RELEASE.jar
    • org.springframework.core-3.1.1.RELEASE.jar
    • org.springframework.expression-3.1.1.RELEASE.jar
    • org.springframework.jdbc-3.1.1.RELEASE.jar
    • org.springframework.orm-3.1.1.RELEASE.jar
    • org.springframework.transaction-3.1.1.RELEASE.jar
    • org.springframework.web-3.1.1.RELEASE.jar
    • struts2-core-2.3.1.2.jar
    • struts2-spring-plugin-2.3.1.2.jar
    • xwork-core-2.3.1.2.jar

    Here comes the system architecture diagram:

  • 相关阅读:
    Scanner类
    每日总结-05-17
    栈的基本操作 出栈与入栈
    Angularjs1.x 项目结构
    【树形dp小练】HDU1520 HDU2196 HDU1561 HDU3534
    [ACM] hdu 1251 统计难题 (字典树)
    Asakura的魔法世界
    distcp导致个别datanode节点数据存储严重不均衡分析
    Redis集群主备模式部署
    java的输入输出流(一)
  • 原文地址:https://www.cnblogs.com/enixyu/p/2643848.html
Copyright © 2011-2022 走看看