Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.0.7
-
None
Description
In HiveMind, the services proxies were serializable, and this is a useful feature for Tapestry IoC as well. The outer proxy should implement Externalizable and write a token into the stream; the token includes the service id. When the token is deserialized, it uses the service id to reconstitute the same (or equivalent) proxy. In this way, data objects that hold references to services can be serialized, or even transferred over RMI.