(1)概念
(2)struts2使用優勢
(3)struts2具有更加先進的架構以及思想
(4)struts2的歷史1.導包
找到lib資料夾
2.書寫action類
3.書寫src/struts.xml檔案
dtd檔案的位置
記得先引入struts2的dtd檔案約束
xml檔案頭部資訊
完整的xml檔案
4.將struts2核心過濾器配置到web.xml (最關鍵)
點選執行的時候會出現404錯誤的
去配置檔案中複製引數後才能正確訪問
在xml檔案中跟action類都是相對應的
Struts 2 Struts2 詳細配置
全域性配置 配置在packe 中,所有 action 的上面。頁面 頁面 區域性結果優先順序高於全域性。異常資訊配置 404異常 500異常 web.xml 配置 404 error.jsp 500 error.jsp 包 package 配置 所有的action 配置,都必須在包中。jsp頁面路徑...
Struts2字尾 深入Struts2
一 將action字尾變成html字尾 xmlversion 1.0 encoding utf 8 doctype struts public apache software foundation dtd struts configuration 2.1 en struts include file...
Struts2入門(一)Struts2簡介
本章簡要介紹一下struts2框架 1.概念 我們知道,springmvc框架是為了整合servlet設計的控制層框架,那麼還有其他的框架也實現了這個功能,那麼就是struts2。struts2是乙個基於mvc設計模式的web應用框架,它本質上相當於乙個servlet,在mvc設計模式中,strut...