Thursday, July 26, 2012

Web Services vs. Native Invocation


The performance overhead of invoking web service operations is several orders of magnitude larger than that of invoking native Java classes. That's because marshaling and un-marshaling XML, processing SOAP envelopes, etc. are expensive operations.
 http://www.oracle.com/technetwork/articles/soa/data-tier-caching-for-soa-101753.html

No comments:

Post a Comment