开发者

Jsf library with web.xml

开发者 https://www.devze.com 2023-01-04 16:58 出处:网络
Jsf library (that is included in开发者_运维知识库 WEB-INF/lib) might contain its own faces-config.xml file.

Jsf library (that is included in开发者_运维知识库 WEB-INF/lib) might contain its own faces-config.xml file.

Is it possible for such a library to include also its own web.xml file?


Not until Servlet 3.0.

There you'll have "web fragments" (see under "Pluggability and Extensibility" from the above article)

0

精彩评论

暂无评论...
验证码 换一张
取 消