GWT-RPC vs HTTP Call - which is better??

Posted by Nirmal Patel on Stack Overflow See other posts from Stack Overflow or by Nirmal Patel
Published on 2010-06-02T04:50:07Z Indexed on 2010/06/02 4:53 UTC
Read the original article Hit count: 220

Filed under:
|
|
|

I am evaluating if there is a performance variation between calls made using GWT-RPC and HTTP Call.

My appln services are hosted as Java servlets and I am currently using HTTPProxy connections to fetch data from them. I am looking to convert them to GWT-RPC calls if that brings in performance improvement.

I would like to know about pros/cons of each...

Also any suggestions on tools to measure performance of Async calls...

© Stack Overflow or respective owner

Related posts about gwt

Related posts about xmlhttprequest