The RPC refactorings in GWT 1.4

In the upcoming 1.4 release of Google Web Toolkit, finally all the serialization logic has been removed from the RemoteServiceServlet. The serialization code now resides into a new class named RPC. This is a small but important change that will allow developers to easily integrate GWT with other server-side frameworks. I am sure that a […]

continue reading The RPC refactorings in GWT 1.4