Struts2学习(1).docxVIP

  • 2
  • 0
  • 约6.83千字
  • 约 8页
  • 2017-08-05 发布于河南
  • 举报
1、Struts2必要类库Commons-fileuploadCommons-ioCommons-loggingOgnlStruts2-coreXwork-coreFreemarkerJavassist //lib下没有要到app的war中找2、Struts2的web.xml在web-inf文件夹下filterfilter-namestruts2/filter-namefilter-classorg.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter/filter-class/filterfilter-mappingfilter-namestrtus2/filter-nameurl-pattern/*/url-pattern/filter-mapping3、struts2的struts.xml 在classes文件夹下Dtd:从app的例子中拷贝xml文件头的dtdstrutspackage name=”struts2” extends=”struts-default”action name=”login” class=”包名loginAction”result name=”success”/result.jsp/result/action/package/struts4、loginAction类

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档