Re: Is there a tool to convert my GWT RemoteServiceServlet into the correct Service and ServiceAsync interfaces?

2009-09-22 Thread AsaAyers
t; > 1) Update the service interface > 2) To update automagically the AsyncInterface use Google Eclipse > plugin > 3) To update your servlet use eclipse (add unimplemented methods) > > Good luck, > > Geraldo > > On 22 set, 19:54, AsaAyers wrote: > > > I'm wo

Is there a tool to convert my GWT RemoteServiceServlet into the correct Service and ServiceAsync interfaces?

2009-09-22 Thread AsaAyers
I'm working on a GWT project and I find it very tedious to have to add a function to my servlet, then copy and paste the function signature into my Service interface, then copy and paste it into my ServiceAsync interface and change the return parameter to be a callback. Is there a tool or a settin