RestyGWT映射

时间:2015-10-07 14:44:47

标签: rest gwt resty-gwt

我正在尝试使用RestyGWT。所以我尝试创建简单的API并进行部署。 我的API位于http://127.0.0.1:8888/api/hellos

但是客户端尝试连接到http://127.0.0.1:8888/ TestApp / api / hellos

你能告诉我做错了吗(也许是一些建议)。

一些截图:

  1. 我的客户端类。 client class

  2. 我的服务器类。 My server class

  3. 这就是我调用远程方法的方法。 [That's how I call remote method[3]

  4. 我的web.xml和* .gwt.xml。 My web.xml and *.gwt.xml

  5. 错误,地址错误(我不知道为什么客户端添加 TestApp )。 I don't know why client add TestApp

  6. 但API可用(在另一条路径上)。 But API is available

1 个答案:

答案 0 :(得分:0)

这是Boris Brudnoy aswer:

Defaults.setServiceRoot(String);

Doc