Hi,
I want to be able to use code like this on the client and server:
MyRequestFactory myFactory ...
myFactory.getFooFinder().find(queryString).fire(new
Receiver<List<FooProxy>>(){
public void onSuccess(List<FooProxy> response){
....
}
});
Has anyone used RequestFactory interfaces like this on the server?
Thanks.
--
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.