Struts2 in action讀書筆記 1

2021-08-30 01:25:25 字數 469 閱讀 3758

[b]第二章 saying hello to struts2[/b]

1. struts.xml是framework的入口,適用於在它的預設package中定義全域性的action

例如:

/menu/menu.jsp

……

2. 可以在配置檔案中指定空action,即沒有具體的class,strtus2提供預設的action,執行乙個空的execute()方法,這樣可以將乙個***.action的url請求直接定向到乙個jsp頁面。

例如:

/chaptertwo/namecollector.jsp

3. url的副檔名,上傳檔案的大小都是可以配置修改的

4. struts-default.xml預設元件的宣告

5. 可以在struts.xml中加入開發模式的宣告

Carrot2 in action 初步印象

rawcluster 聚類中的類別單位 rawcluster.getdocuments 獲得該類的文件列表 rawdocument 每個類的文件單位 stc 字尾樹表示法 2008 11 13 carrot2的組建 components 的介紹 1.輸入 input 產生聚類文字的組建。carrot...

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...