Spring+Struts2程序的开发

整理文档很辛苦,赏杯茶钱您下走!

免费阅读已结束,点击下载阅读编辑剩下 ...

阅读已结束,您可以下载文档离线阅读编辑

资源描述

《J2EE应用实践教程》实验报告-1-一、实验目的1.掌握在Myeclipse中搭建Spring、Hibernate、Struts2框架。2.掌握Spring+Struts2程序的开发。二、实验内容掌握Spring+Struts2程序的开发。第一步:新建一个javawebproject,命名为struts_spring;第二步:搭建struts2环境,开发struts2程序;第三步:开始和Spring进行集成开发;第四步:重新部署工程。三、实验步骤第一步:新建一个javawebproject,命名为struts_spring;第二步:搭建struts2环境,开发struts2程序第三步:开始和Spring进行集成开发:(1)添加Struts-Spring支持包struts2-spring-plugin-2.1.8.1.jar;(2)修改web.xml内容,添加如下代码:listenerlistener-classorg.springframework.web.context.ContextLoaderListener/listener-class/listenercontext-paramparam-namecontextConfigLocation/param-nameparam-value/WEB-INF/classes/applicationContext.xml/param-value/context-param(3)添加spring框架:右键struts_spring项目,选中Myeclipse,选addspringcapabilities(4)修改applicationContext.xml,例如struts2的action的完整类名是com.njusttz.action.LoginAction,则配置如下:?xmlversion=1.0encoding=UTF-8?beansxmlns=:xsi=:schemaLocation=://=loginclass=com.njusttz.action.LoginAction/bean/beans(5)修改struts2.xml文件?xmlversion=1.0encoding=UTF-8?!DOCTYPEstrutsPUBLIC-//ApacheSoftwareFoundation//DTDStrutsConfiguration2.0//EN《J2EE应用实践教程》实验报告-2-constantname=struts.objectFactoryvalue=spring/constantpackagename=Loginextends=struts-defaultnamespace=/loginactionname=userloginclass=loginmethod=executeresultname=success/success.jsp/resultresultname=error/error.jsp/result/action/package/struts第四步:重新部署工程四、实验结果五、结果分析Listener是Servlet的监听器,它可以监听客户端的请求、服务器的操作等。通过监听器可以自动激发一些操作。监听器需要知道applicationContext.xml配置文件的位置,通过节点context-param来配置。

1 / 2
下载文档,编辑使用

©2015-2020 m.777doc.com 三七文档.

备案号:鲁ICP备2024069028号-1 客服联系 QQ:2149211541

×
保存成功