@Alex How could you not be sure why I'd want to use one of the fundamental > principles of GWT, which is GWT RPC? Either I'm missing something, or you > are!
GWT RPC was a must to have 10 years ago but nowadays all modern projects use REST/JSON API (it makes your APIs really easy to mock/test with all modern REST/JSON frameworks like Spring / Resteasy / Jersey vs GWT RPC APIs that are complex to test) You can "easily" migrate your GWT RPC project to GWT RestyGWT (and use Spring boot / Resteasy on server side with a shared JAX-RS interfaces with your client) I have a demo project using this approach: https://github.com/freddyboucher/gwt-storage-objectify -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/f5544524-a189-4c3e-97cb-6add458b40a8%40googlegroups.com.
