gpt4 book ai didi

java - JSF 框架中的资源配置

转载 作者:行者123 更新时间:2023-11-30 11:55:39 25 4
gpt4 key购买 nike

有谁知道如何在 JSF 应用程序中配置 resource-config.xml。

为了新的增强功能,我已经开始配置 resource-config.xml,我尝试将它放在 META-INF 文件夹、WEB-INF/classes、java 源代码根目录下。没有一个适合我。资源配置文件即使在构建路径中也无法识别。

有人可以指导我配置吗?

提前致谢!

<?xml version="1.0" encoding="UTF-8"?>
<resource-config>
<resource class="org.richfaces.renderkit.html.images.GrowlBackground">
<name>org.richfaces.renderkit.html.images.GrowlBackground</name>
</resource>
<resource class="org.richfaces.renderkit.html.images.GrowlCloseButton">
<name>org.richfaces.renderkit.html.images.GrowlCloseButton</name>
</resource>
<resource>
<name>org/richfaces/renderkit/html/images/info.png</name>
<path>org/richfaces/renderkit/html/images/info.png</path>
</resource>
<resource>
<name>org/richfaces/renderkit/html/css/jquery.gritter.xcss</name>
<path>org/richfaces/renderkit/html/css/jquery.gritter.xcss</path>
</resource>
<resource>
<name>org/richfaces/renderkit/html/scripts/growl.js</name>
<path>org/richfaces/renderkit/html/scripts/growl.js</path>
</resource>
<resource>
<name>org/richfaces/renderkit/html/images/error.png</name>
<path>org/richfaces/renderkit/html/images/error.png</path>
</resource>
<resource>
<name>org/richfaces/renderkit/html/scripts/jquery/jquery.js</name>
<path>org/richfaces/renderkit/html/scripts/jquery/jquery.js</path>
</resource>
<resource>
<name>org/richfaces/renderkit/html/scripts/jquery.gritter.js</name>
<path>org/richfaces/renderkit/html/scripts/jquery.gritter.js</path>
</resource>
<resource>
<name>org/richfaces/renderkit/html/images/warn.png</name>
<path>org/richfaces/renderkit/html/images/warn.png</path>
</resource>
<resource>
<name>org/richfaces/renderkit/html/images/fatal.png</name>
<path>org/richfaces/renderkit/html/images/fatal.png</path>
</resource>
</resource-config>

最佳答案

它应该在 META-INF 中。

附件是指向 CDK 的链接- 组件开发工具包 (CDK),它是 RichFaces 的子项目

里面有resource-config.xml的配置和路径的说明,用于开发。希望它能阐明您的问题。

你能发布resource-config.xml吗?也许那里有问题?

--- 编辑

如果您使用 richfaces 进行开发,可以按照 Developer Guide 中的建议尝试 src/main/config/resources第 4 节?

--- 编辑

可能有帮助的另一个来源 registering components with rich

希望这对您有所帮助。

关于java - JSF 框架中的资源配置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4889168/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com