On 2/28/08, Johan Compagner <[EMAIL PROTECTED]> wrote:
> Serialization is not a problem for what we have build now because we
>  dont keep references to the proxies in the session. We just use them
>  at construction time
>

Well, it'll be built into v1.1 if you need it. :)  I took care of that
yesterday.  It wasn't as easy as it might seem to make sure your
proxies are serializable.  CGLIB didn't want to play nice.  They don't
make their NoOp classes serializable for some reason.  I had a little
easier time with Javassist and JDK proxies.

>
>  On 2/27/08, James Carman <[EMAIL PROTECTED]> wrote:
>  > On 2/26/08, Johan Compagner <[EMAIL PROTECTED]> wrote:
>  > > Yes i would like to have something like commons proxy because i dont
>  > >  want if possible a direct dependency on cglib. It would be coool that
>  > >  we have a default impl that is based on jdk itself (so only interface
>  > >  support). Then drop in cglib and you have support for also classes
>  > >
>  >
>  > As soon as the mirrors pick up the release and it's available in the
>  > maven2 repository, I'll send out the 1.0 release announcement email.
>  > If you just can't wait, you can grab the distribution files from:
>  >
>  > http://www.apache.org/dist/commons/proxy/
>  >
>  > The website has already been updated:
>  >
>  > http://commons.apache.org/proxy/
>  >
>  > One thing that I think you'll be missing is serialization of the
>  > proxies.  After I thought about it a bit, I don't think I made all
>  > proxies serializable.  I'll put in a JIRA for that and get that out in
>  > a 1.1 release.
>  >
>
> > ---------------------------------------------------------------------
>  > To unsubscribe, e-mail: [EMAIL PROTECTED]
>  > For additional commands, e-mail: [EMAIL PROTECTED]
>  >
>  >
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to