gpt4 book ai didi

java - 没有可用于类型的源代码。您是否忘记继承所需的模块

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

抱歉我的英语不好我有一个 GWT 项目。我不会在客户端使用服务器类。

我有返回对象“Route”的 RPC 服务

@RemoteServiceRelativePath("springGwtServices/RouteService")
public interface IRouteService extends RemoteService {
public ArrayList<Route> searchRoutes(String from, String to);
}

但我无法在客户端使用此类。当我尝试导入它时,出现异常“路由无法解析为类型”我可以在服务器上使用这个类吗?如果我不能,我必须做什么?附注我将所有需要的类放入共享文件夹并获得异常

No source code is available for type project.shared.Route; did you forget to inherit a required module

最佳答案

将会有一个名为 shared 的包,您可以在服务器端和客户端上使用这些类。

您不能在客户端使用服务器打包类。

在将某些内容放入共享包之前要小心。读一读GWT - What to put in the shared folder?

关于java - 没有可用于类型的源代码。您是否忘记继承所需的模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32659900/

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