up vote 0 down vote favorite
share [g+] share [fb]

Is there any tool to quickly create RPC classes for GWT that extends RemoteService, the Async version and the RemoteServiceServlet derived class. The only input should be some functions list and all the wrapper code should be generated. I hope you got my question.

link|improve this question

74% accept rate
feedback

1 Answer

The Gwt Plugin for eclipse takes care of a lot of the boiler-plate code, including those that you have mentioned.

http://code.google.com/eclipse

link|improve this answer
Please check again, you can't specify an interface, and generate code from it. GWT plugin only generates the sample code. – Priyank Bolia Nov 30 '09 at 20:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.