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 setting where I can just add public methods to my class and
they can get copied into the other interfaces? Even if its not
automatic it would be nice to be able to select specific methods and
have them copied automatically.

I'm using eclipse and ideally it would update my interface each time I
save implementation since thats when it checks my code and complains
that my changes break the interface.

-Asa

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to