464 WebSphere Application Server V8.5 Concepts, Planning, and Design Guide
When planning to apply dynamic caching, one of the main tasks is to define the service
operations that are cacheable. Operations that cannot be cached, for example, are dynamic
or sensitive data. This planning can be a complex task, depending on the size of the
application and the number of operations that are exposed. Over a slow network, client-side
caching can be especially beneficial.
For SOAP, some performance improvements can be achieved with the Message
Transmission Optimization Mechanism (MTOM) standard through the optimization of the
messages it provides. Avoiding the use of large messages can also help.
14.5 RESTful web services
You can use Java API for RESTful ...