Tapestry IoC Service Proxies should be serializable
---------------------------------------------------

                 Key: TAPESTRY-1891
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1891
             Project: Tapestry
          Issue Type: New Feature
          Components: tapestry-core
    Affects Versions: 5.0.7
            Reporter: Howard M. Lewis Ship


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.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to