0
我爲我的struts 2項目創建了自定義標籤庫。現在我想把我所有的源代碼放入一個jar文件中。它的工作不錯,但我關心的是我還需要配置我.TLD文件在網絡XML爲它工作:Struts 2自定義標籤庫
<jsp-config>
<taglib>
<taglib-uri>/custom-tags</taglib-uri>
<taglib-location>/META-INF/mytaglib.tld</taglib-location>
</taglib>
</jsp-config>
有沒有擺脫這樣的方式,並在jar文件,而不是配置呢?