Me again, I have another quick question for the general comunity.
What goes into the @RemoteServiceRelativePath tag? Is it the name of
the class it is in? for example,
package com.google.tabs.client;
import com.google.gwt.user.client.rpc.RemoteService;
import com.google.gwt.user.client.rpc.RemoteServiceRelativePath;
@RemoteServiceRelativePath("MyService")
public interface MyService extends RemoteService{
public String myMethod(String s, String username);
}
I put that in, and the server call fails. I get a warning:
Sep 1, 2009 9:24:28 AM
com.google.appengine.tools.development.LocalResourceFileServlet doGet
WARNING: No file found for: /tabs/MyService
Does anyone know how to make this work?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---