带有 web.xml 的 Jsf 库
Jsf 库(包含在 WEB-INF/lib 中)可能包含其自己的 faces-config.xml 文件。
这样的库是否可以包含它自己的 web.xml 文件?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
直到 Servlet 3.0。
在那里你将拥有“网络片段”(请参阅上面文章中的“可插拔性和可扩展性”)
Not until Servlet 3.0.
There you'll have "web fragments" (see under "Pluggability and Extensibility" from the above article)