Hi, Patrick.

I'm improving with RequestFactory as succesfully. I have a question
about datastore.Key (again), The correct way to expose it to a client
side is with KeyFactory (keyToString...)? I've tried to use
@ProxyForName(value = "com.google.appengine.api.datastore.Key") public
interface KeyProxy extends ValueProxy {...} but I'm not sure it works
(actually it looks like is not working). what you think? a little
help, please.

=====================================================
@ProxyForName(value = "com.google.appengine.api.datastore.Key")
public interface KeyProxy extends ValueProxy {
  long getId();
  String getKind();
  String getName();
  String getNamespace();
  KeyProxy getParent();
  boolean isComplete();
}

-- 
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