A DelegatingSession will cache data when appropriate to avoid a remote method invocation, only communicating with the server when necessary.
Of course, if used in-process with a NativeSessionManager business POJO, as might be the case in a web-based application where the web classes and server-side business pojos exist in the same JVM, a remote method call will not be incurred. @author Les Hazlewood @author Jeremy Haile @since 0.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|