RPC and Servlet

2011-06-14 Thread sam
What is the difference between RPC and HTTPServlet. I mean how differently they work when connecting to a server. Thank you Sam -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: RPC and Servlet

2011-06-14 Thread Juan Pablo Gardella
Both are servlets. See http://code.google.com/webtoolkit/doc/latest/DevGuideServerCommunication.html#DevGuideServerSide 2011/6/14 sam sanj.kan...@gmail.com What is the difference between RPC and HTTPServlet. I mean how differently they work when connecting to a server. Thank you Sam --