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!
source
share