Hi - I am using Eclipse to create a GWT-based application. When I create a new "GWT remote service", an interface called, for example, "MyTestService" is created. In this interface, a static class called "Util" is automatically created which won't compile, because it refers to a class (or interface?) called "MyTestServiceAsync". How do I get Eclipse to generate the necessary code for me, so that the basic project will compile?
Thanks, Peter -- 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.
