gpt4 book ai didi

java - 在 @Source ("../../war/example.txt") textresource 客户端 bundle gwt 中提供外部文件路径

转载 作者:行者123 更新时间:2023-12-02 12:18:38 24 4
gpt4 key购买 nike

在我的 GWT 应用程序中使用字符串资源概念,我不想向 @Source("some-external-path-not-class-path") 提供一些外部路径或 war 文件夹的路径,例如 - @Source( “example.com/sometextfile.txt”)或@Source(“../war/sometextfile.txt”)。

使用以下代码 -

public interface Resource extends ClientBundle
{
public static Resource INSTANCE = GWT.create(Resource.class);

@Source("../../war/sometextfile.txt")
TextResource textResource();
}

我不想这样做,这样我就可以直接在服务器上外部部署我的资源文件,如果仅在文本中进行一些更改,我不需要部署整个项目。

最佳答案

那么,要么您正在寻找 ExternalTextResource,要么您不应该使用 ClientBundle(它主要用于在 JS 中嵌入/内联资源;但以下情况除外)图像资源(如果它们很大或者您明确禁用内联)和外部文本资源)

关于java - 在 @Source ("../../war/example.txt") textresource 客户端 bundle gwt 中提供外部文件路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45968079/

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