Hello,
Was wondering where anyone is using RequestFactory with JsonRpc ?
I'm trying to get it working, due performance issue with the standart
serialization of RF, but the RfValidator complains with: "The type
JsonRpcRequestContext must be annotated with Service, ServiceName, or
JsonRpcService". The strange part is that my RequestContext already have
it:
public interface JsonRpcRequestFactory extends RequestFactory {
@JsonRpcService
public interface JsonRpcRequestContext extends RequestContext {
@JsonRpcWireName(value = "findAll")
Request<List<SimpleJsonRpcProxy>> findAll();
}
JsonRpcRequestContext simpleRequest();
}
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-web-toolkit/-/MMO-Cd_Y2nYJ.
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.