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:

  • 相关阅读:
    期望
    更改开机默认操作系统及等待时间修改
    Python排序
    Python IDLE入门 + Python 电子书
    Python基础教程——1基础知识
    Java:谈谈protected访问权限
    三星I9100有时不能收发彩信完美解决!中国移动
    java继承的权限问题
    Python基础教程——2列表和元组
    访问控制和继承(Java)
  • 原文地址:https://www.cnblogs.com/enixyu/p/2643848.html
Copyright © 2011-2022 走看看