標籤:style c class blog java http
Java代碼
- http://struts.apache.org/dtds/struts-2.0.dtd
1.struts.xml智能提示
這裡定義該xml中的文法規則,從這裡可以看到這個文法規則每次都會從網上拿,這當然會很費力氣。我需要將其配置成本地的。
點擊window->preferences->XML->XML Catalog.
點擊add。
將struts2-core-2.1.8.1.jar檔案加壓,可以看到struts-2.1.7.dtd檔案。
在Location中選擇dtd檔案,我的選擇是:D:\javalib\struts 2.x\struts-2.1.8.1\lib\struts2-core-2.1.8.1\struts-2.0.dtd
Key Type:URI
Key:http://struts.apache.org/dtds/struts-2.0.dtd
2.applicationContext.xml智能提示:
spring為例:
1.引入相應JAR包
2.IDE中window->preferences->XML->XML Catalog->add..
3.key type->URI
4.Location->file system->SPRING_HOME/dist/resources/spring-beans-2.0.xsd
5.key type->Schema Location
6.key後面加上檔案名稱/spring-beans-2.0.xsd
7.OK
總結就是:
Window--->Preferences--->MyEclipse--->Files and Editors--->XML--->XML Catalog--->Add...--->File System--->
D:\MyEclipse8.5\Common\plugins\com.genuitec.eclipse.j2eedt.core_8.4.100.me200912151537\catalog-dtd\xwork-validator-1.0.2.dtd
紅色字型為我個人的myeclipse安裝目錄下的路徑,當然這個目錄下不一定有你要的dtd檔案,此時我們可以手動將需要的dtd檔案拷貝到這個目錄即可。
Key Type : URI ,
Key : 將目標dtd檔案中的DOCTYPE中的http://...複製粘貼到此。
使用alt+/ 顯示出提示選擇