Personal tools

Enhancements to Java RPC

From OpenLaszlo

One requested enhancement is to support full access to Java Objects that are returned by RPC accessible calls. Currently, you only have access to the members of these objects.

In order to provide full access, the server would need to maintain these objects off of the users session. There might need to be an client API that could tell the server the client is done with the object as well. Otherwise, the object has to persist in the users server-side session state.