开发者

Eclipse, Maven, GWT & Restlet

I have a Maven project with two Maven modules - a Restlet API (com.letsjoin.api) and a GWT web client (com.letsjoin.web). Restlet allows for GWT serialization but the GWT client has to (as far as I know) have knowledge o开发者_StackOverflow中文版f the Restlet models.

However I cant see the API from the GWT client even though they are both part of the same eclipse project.

Am I doing something wrong?

Thanks


I figured it out - I needed to add a dependency between by GWT client and the restlet API in the GWT pom.xml.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜