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:

  • 相关阅读:
    实现 HTML页面 Table 标签分页打印
    windows定时休眠设置
    python画树
    anaconda历史版本
    枚举
    is 与 as 运算符举例
    Microsoft.ACE.OLEDB.12.0报错解决方法
    winform一个带自动完成功能的TextBox
    DWZ中整合第三方jQuery(kit日历控件)插件
    asp.net 使用NPOI,泛型反射,XML导入导出excel
  • 原文地址:https://www.cnblogs.com/enixyu/p/2643848.html
Copyright © 2011-2022 走看看