顯示具有 XML 標籤的文章。 顯示所有文章
顯示具有 XML 標籤的文章。 顯示所有文章

2015年6月10日 星期三

web.xml 聲明整理

web.xml聲明部分一般分為如下版本的xsd,
web-app_2_2.xsd
web-app_2_3.xsd
web-app_2_4.xsd
web-app_2_5.xsd
web-app_3_0.xsd

更詳細的列出各版本web.xml聲明部分吧,如下:

2013年9月16日 星期一

Eclipse 中新增 struts2 的 DTD 定義

目的:在無法連網時一樣可以讓 eclipse 在編輯 xml 檔案時,Alt+? 顯示編輯提示
以 struts2 2.3 為例:
將上圖圈選的文字複製下來,等一下會用到 
-//Apache Software Foundation//DTD Struts Configuration 2.3//EN
http://struts.apache.org/dtds/struts-2.3.dtd

進入 Window -> Preferences -> XML -> XML Catalog 新增

將剛才複製的資料貼上,選擇 OK
之後在沒有聯網時,Alt+? 也會有程式碼提示了
struts-2.3.dtd 可以由 struts2-core-2.3.15.1.jar 用 WinRAR 解壓縮取得

Related Posts Plugin for WordPress, Blogger...