How is GWT (Google Web Toolkit)'s RPC (Remote Procedure Call)'s for Asynchronous operations from browser/javascript to server is DIFFERENT or SIMILAR when compared to the AJAX calls ?
If they are different, could someone help me understand how they are different ?
I also heard that this RPC implementation does not works with all Server containers. For example, the GWT project did not work in Apache Tomcat.
Moreover, is this RPC a an custom implementation of Google , or is it a standard implementation ?