开发者

Eclipse, Maven, GWT & Restlet

开发者 https://www.devze.com 2023-01-25 05:04 出处:网络
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 kn

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

精彩评论

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