首页 开发技术 Java     /    struts2+hibernate实现简单的仿论坛功能

struts2+hibernate实现简单的仿论坛功能

上传者: blingzeng | 上传时间:2025/3/22 6:43:41 | 文件大小:8.79MB | 文件类型:zip
struts2+hibernate实现简单的仿论坛功能
这个一个实现程序的源代码,里面有sql文件,可以直接运行。
里面涉及的技术有struts2和hibernate框架,以及dao层的抽象等。
如果是入门参考,个人觉得还是蛮好的。
详情可以看我的播客--struts2+hibernate实现简单的仿论坛功能 本软件ID:10142546

文件下载

资源详情

[{"title":"(85个子文件8.79MB)struts2+hibernate实现简单的仿论坛功能","children":[{"title":"simpleBlog","children":[{"title":".project <span style='color:#111;'>910B</span>","children":null,"spread":false},{"title":".settings","children":[{"title":".jsdtscope <span style='color:#111;'>567B</span>","children":null,"spread":false},{"title":"org.eclipse.wst.common.component <span style='color:#111;'>482B</span>","children":null,"spread":false},{"title":"org.eclipse.jdt.core.prefs <span style='color:#111;'>364B</span>","children":null,"spread":false},{"title":"org.eclipse.wst.common.project.facet.core.xml <span style='color:#111;'>345B</span>","children":null,"spread":false},{"title":"org.eclipse.wst.jsdt.ui.superType.container <span style='color:#111;'>49B</span>","children":null,"spread":false},{"title":"org.eclipse.wst.jsdt.ui.superType.name <span style='color:#111;'>6B</span>","children":null,"spread":false}],"spread":true},{"title":"src","children":[{"title":"com","children":[{"title":"simpleBlog","children":[{"title":"dao","children":[{"title":"BlogDao.java <span style='color:#111;'>280B</span>","children":null,"spread":false},{"title":"MessageDao.java <span style='color:#111;'>474B</span>","children":null,"spread":false},{"title":"UserDao.java <span style='color:#111;'>1.26KB</span>","children":null,"spread":false},{"title":"BaseDao.java <span style='color:#111;'>1.81KB</span>","children":null,"spread":false}],"spread":true},{"title":"test","children":[{"title":"UserTest.java <span style='color:#111;'>464B</span>","children":null,"spread":false},{"title":"MessageTest.java <span style='color:#111;'>904B</span>","children":null,"spread":false}],"spread":true},{"title":"interceptor","children":[{"title":"UserInterceptor.java <span style='color:#111;'>914B</span>","children":null,"spread":false}],"spread":true},{"title":"domain","children":[{"title":"Message.hbm.xml <span style='color:#111;'>735B</span>","children":null,"spread":false},{"title":"User.java <span style='color:#111;'>761B</span>","children":null,"spread":false},{"title":"MessageDTO.java <span style='color:#111;'>691B</span>","children":null,"spread":false},{"title":"User.hbm.xml <span style='color:#111;'>537B</span>","children":null,"spread":false},{"title":"Blog.hbm.xml <span style='color:#111;'>662B</span>","children":null,"spread":false},{"title":"Blog.java <span style='color:#111;'>961B</span>","children":null,"spread":false},{"title":"Message.java <span style='color:#111;'>951B</span>","children":null,"spread":false}],"spread":true},{"title":"controll","children":[{"title":"MessageController.java <span style='color:#111;'>1.04KB</span>","children":null,"spread":false},{"title":"BlogController.java <span style='color:#111;'>1.03KB</span>","children":null,"spread":false},{"title":"UserController.java <span style='color:#111;'>1.61KB</span>","children":null,"spread":false}],"spread":true},{"title":"service","children":[{"title":"UserService.java <span style='color:#111;'>539B</span>","children":null,"spread":false},{"title":"BlogService.java <span style='color:#111;'>504B</span>","children":null,"spread":false},{"title":"MessageService.java <span style='color:#111;'>948B</span>","children":null,"spread":false}],"spread":true},{"title":"util","children":[{"title":"HibernateUtil.java <span style='color:#111;'>956B</span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true},{"title":"hibernate.properties <span style='color:#111;'>262B</span>","children":null,"spread":false},{"title":"struts.xml <span style='color:#111;'>1.84KB</span>","children":null,"spread":false},{"title":"hibernate.cfg.xml <span style='color:#111;'>828B</span>","children":null,"spread":false}],"spread":true},{"title":"build","children":[{"title":"classes","children":[{"title":"com","children":[{"title":"simpleBlog","children":[{"title":"dao","children":[{"title":"BlogDao.class <span style='color:#111;'>375B</span>","children":null,"spread":false},{"title":"UserDao.class <span style='color:#111;'>1.83KB</span>","children":null,"spread":false},{"title":"BaseDao.class <span style='color:#111;'>3.19KB</span>","children":null,"spread":false},{"title":"MessageDao.class <span style='color:#111;'>999B</span>","children":null,"spread":false}],"spread":true},{"title":"test","children":[{"title":"MessageTest.class <span style='color:#111;'>1.38KB</span>","children":null,"spread":false},{"title":"UserTest.class <span style='color:#111;'>996B</span>","children":null,"spread":false}],"spread":true},{"title":"interceptor","children":[{"title":"UserInterceptor.class <span style='color:#111;'>1.28KB</span>","children":null,"spread":false}],"spread":true},{"title":"domain","children":[{"title":"Blog.class <span style='color:#111;'>1.43KB</span>","children":null,"spread":false},{"title":"Message.hbm.xml <span style='color:#111;'>735B</span>","children":null,"spread":false},{"title":"User.class <span style='color:#111;'>1.07KB</span>","children":null,"spread":false},{"title":"MessageDTO.class <span style='color:#111;'>1.02KB</span>","children":null,"spread":false},{"title":"User.hbm.xml <span style='color:#111;'>537B</span>","children":null,"spread":false},{"title":"Blog.hbm.xml <span style='color:#111;'>662B</span>","children":null,"spread":false},{"title":"Message.class <span style='color:#111;'>1.53KB</span>","children":null,"spread":false}],"spread":true},{"title":"controll","children":[{"title":"BlogController.class <span style='color:#111;'>1.42KB</span>","children":null,"spread":false},{"title":"MessageController.class <span style='color:#111;'>1.53KB</span>","children":null,"spread":false},{"title":"UserController.class <span style='color:#111;'>1.94KB</span>","children":null,"spread":false}],"spread":true},{"title":"service","children":[{"title":"UserService.class <span style='color:#111;'>836B</span>","children":null,"spread":false},{"title":"BlogService.class <span style='color:#111;'>819B</span>","children":null,"spread":false},{"title":"MessageService.class <span style='color:#111;'>1.58KB</span>","children":null,"spread":false}],"spread":true},{"title":"util","children":[{"title":"HibernateUtil.class <span style='color:#111;'>1.42KB</span>","children":null,"spread":false}],"spread":false}],"spread":true}],"spread":true},{"title":"hibernate.properties <span style='color:#111;'>262B</span>","children":null,"spread":false},{"title":"struts.xml <span style='color:#111;'>1.84KB</span>","children":null,"spread":false},{"title":"hibernate.cfg.xml <span style='color:#111;'>828B</span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"bbs.sql <span style='color:#111;'>3.69KB</span>","children":null,"spread":false},{"title":"WebContent","children":[{"title":"login.jsp <span style='color:#111;'>909B</span>","children":null,"spread":false},{"title":"WEB-INF","children":[{"title":"web.xml <span style='color:#111;'>713B</span>","children":null,"spread":false},{"title":"error.jsp <span style='color:#111;'>447B</span>","children":null,"spread":false},{"title":"lib","children":[{"title":"mysql-connector-java-5.1.6.jar <span style='color:#111;'>686.78KB</span>","children":null,"spread":false},{"title":"xwork-core-2.3.1.1.jar <span style='color:#111;'>605.04KB</span>","children":null,"spread":false},{"title":"hibernate-jpa-2.0-api-1.0.1.Final.jar <span style='color:#111;'>100.25KB</span>","children":null,"spread":false},{"title":"freemarker-2.3.18.jar <span style='color:#111;'>902.61KB</span>","children":null,"spread":false},{"title":"ognl-3.0.3.jar <span style='color:#111;'>222.28KB</span>","children":null,"spread":false},{"title":"hibernate-core-3.6.10.Final.jar <span style='color:#111;'>2.98MB</span>","children":null,"spread":false},{"title":"jstl-1.2.jar <span style='color:#111;'>404.53KB</span>","children":null,"spread":false},{"title":"commons-io-2.0.1.jar <span style='color:#111;'>155.77KB</span>","children":null,"spread":false},{"title":"jta-1.1.jar <span style='color:#111;'>14.72KB</span>","children":null,"spread":false},{"title":"javassist-3.12.0.GA.jar <span style='color:#111;'>618.47KB</span>","children":null,"spread":false},{"title":"commons-fileupload-1.2.2.jar <span style='color:#111;'>58.19KB</span>","children":null,"spread":false},{"title":"junit-3.8.1.jar <span style='color:#111;'>118.23KB</span>","children":null,"spread":false},{"title":"slf4j-nop-1.6.4.jar <span style='color:#111;'>4.70KB</span>","children":null,"spread":false},{"title":"commons-lang-2.5.jar <span style='color:#111;'>272.65KB</span>","children":null,"spread":false},{"title":"commons-collections-3.1.jar <span style='color:#111;'>546.26KB</span>","children":null,"spread":false},{"title":"log4j-1.2.16.jar <span style='color:#111;'>470.25KB</span>","children":null,"spread":false},{"title":"dom4j-1.6.1.jar <span style='color:#111;'>306.54KB</span>","children":null,"spread":false},{"title":"hibernate-commons-annotations-3.2.0.Final.jar <span style='color:#111;'>69.61KB</span>","children":null,"spread":false},{"title":"struts2-core-2.3.1.1.jar <span style='color:#111;'>756.84KB</span>","children":null,"spread":false},{"title":"slf4j-api-1.6.1.jar <span style='color:#111;'>24.90KB</span>","children":null,"spread":false},{"title":"antlr-2.7.6.jar <span style='color:#111;'>433.04KB</span>","children":null,"spread":false}],"spread":false}],"spread":true},{"title":"index.jsp <span style='color:#111;'>743B</span>","children":null,"spread":false},{"title":"regist.jsp <span style='color:#111;'>934B</span>","children":null,"spread":false},{"title":"META-INF","children":[{"title":"MANIFEST.MF <span style='color:#111;'>39B</span>","children":null,"spread":false}],"spread":true},{"title":"blogDetail.jsp <span style='color:#111;'>1.12KB</span>","children":null,"spread":false}],"spread":true},{"title":".classpath <span style='color:#111;'>2.62KB</span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

  • l17733875884:
    功能挺简单2018-02-02
  • L17733875884:
    功能挺简单2018-02-02

免责申明

【好快吧下载】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【好快吧下载】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【好快吧下载】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,8686821#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明