Thursday, December 30, 2010

Re: New user - how to create new GWT project

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 <vela.ignacio@gmail.com> wrote:
http://code.google.com/intl/es-AR/webtoolkit/doc/1.6/DevGuideServerCommunication.html#DevGuideCreatingServices

On 27 dic, 19:12, xdzgor <xdz...@hotmail.com> 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment