Just create a new class by your own in your Client package name
MyTestServiceAsync and call the same function/method which is in ur
MyTestService
but with void
e.g
*
public* *interface* MyTestServiceAsync {
*
void* signup(String user,String password,*AsyncCallback* callback);
if it wont work let me know
On Thu, Dec 30, 2010 at 3:34 PM, nacho <[email protected]> wrote:
>
> http://code.google.com/intl/es-AR/webtoolkit/doc/1.6/DevGuideServerCommunication.html#DevGuideCreatingServices
>
> On 27 dic, 19:12, xdzgor <[email protected]> wrote:
> > 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]<google-web-toolkit%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>
--
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.