GWT Maven and Eclipse

Recourse! Can anyone share a simple GWT2.0 project that uses the gwt-maven-plugin with Eclipse and demonstrates some simple RPC server calls. I tried to follow examples, use archetypes, read poorly documented websites, and monitor flows in stackoverflow, but all to no avail. I just can't get RPC to work.

I am going to abandon maven if I cannot get a simple working example and use the GWT Eclipse plugin with ant, I think. The gwt-maven-plugin archetype is too simple and does not demonstrate rpc. I tried to expand it, but cannot make it work.

So - if anyone can help, I will be very grateful. I don’t even have a specific question, because there are so many moving parts and so little documentation. I need a working example project!

+3
source share
3 answers

It seems that a simpleworklog project may be what you are looking for (a rather complex project that uses GWT + Maven + RPC). Source code is available through:

svn co https://simpleworklog.svn.sourceforge.net/svnroot/simpleworklog simpleworklog

It also gwt-maven2-starter-the app , although it is a bit outdated.

+2
source

GWT 2.0 + Maven + RPC - Apache James hupa. : http://svn.apache.org/viewvc/james/hupa/. pom //. , , , GWT.

+3

Apache CXF contains a gwt + maven-based log browser demo.

0
source

Source: https://habr.com/ru/post/1734376/


All Articles