There are hints in the docs at the use of id parameters to access
specific objects. Presumably this would involve the use of some type of
factory class to create the objects and a client interface to the factory.
Looking at the source, I can't find much that actually uses the id
parameter.
I would like my client to be able to create an object that persists
between calls and is unique to that client, then dispose the object when
it is done. (I am trying to establish and commit a database transaction
from the client side.)
Is this possible in Hessian? Are there any examples or docs that point
the way?
Thank you for any hints, code, etc.
Kent
Received on Wed 23 Feb 2005 11:39:55 -0800
This archive was generated by hypermail 2.1.8 : Thu Sep 28 2006 - 20:16:40 PDT