目前我正在做一個項目,以便我需要從我的war文件以外訪問應用程序資源文件 。如何在struts2應用程序中訪問war文件外的應用程序資源文件
所以我應用程序資源文件可以保存在我的系統中的任何地方,我可以訪問它。
目前我正在做一個項目,以便我需要從我的war文件以外訪問應用程序資源文件 。如何在struts2應用程序中訪問war文件外的應用程序資源文件
所以我應用程序資源文件可以保存在我的系統中的任何地方,我可以訪問它。
資源包中搜索順序如下:
ActionClass.properties
Interface.properties
BaseClass.properties
ModelDriven’s model
package.properties
Search up the i18n message key hierarchy itself
Global resource properties
我可以保留戰爭檔案的外側? – 2012-03-27 06:47:26
轉到下面的鏈接,這說明方式來加載資源包的語言。 http://theswarmintelligence.blogspot.com/2012/08/use-resource-bundle-messages-files-out.html
Struts 2對此無能爲力,它將按以下順序查找資源包。 – 2012-03-23 12:29:45