On Sunday, 7 February 2016 18:07:12 UTC+11, Vassilis Virvilis wrote: > > AFAIK RestyGWT does not include a server component. You have to rely on > another jax-rs server-side stack in order to serve RestyGWT requests. > > Here is a list of java implementations although nobody forces to stay on > java server side > https://en.wikipedia.org/wiki/Java_API_for_RESTful_Web_Services >
I mean that it allows the same interface to be used to specify the client and the server -- see "Reusing server interfaces" at the bottom of this page: https://resty-gwt.github.io/documentation/restygwt-user-guide.html When I say that I want an RPC implementation to be statically typed, I mean that the Java type system must enforce that the GWT client matches the server implementation, and that if I change either I will get compile time errors. This can be done either via Java or via some intermediate specification language, I don't mind. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
