You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by James Carman <jc...@apache.org> on 2008/03/06 20:49:07 UTC

[ANNOUNCE] Release of Commons Proxy 1.0

We are pleased to announce the Commons Proxy 1.0 release.  Commons
Proxy makes creating dynamic proxies in Java easy!

Please visit the Commons Proxy site <http://commons.apache.org/proxy>
for more information.

Thank you,

Commons Proxy Development Team

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [ANNOUNCE] Release of Commons Proxy 1.0

Posted by Paul Benedict <pb...@apache.org>.
Same here. I am surprised that aopalliance was not the foundation.

On Fri, Mar 7, 2008 at 7:37 AM, nicolas de loof <ni...@apache.org> wrote:

> Did you consider to use the aopalliance API ?
> I note the Interceptor interface is very similar to aopalliance
> MethodInterceptor.
>
> Nico
>
> 2008/3/6, James Carman <jc...@apache.org>:
> >
> > We are pleased to announce the Commons Proxy 1.0 release.  Commons
> > Proxy makes creating dynamic proxies in Java easy!
> >
> > Please visit the Commons Proxy site <http://commons.apache.org/proxy>
> > for more information.
> >
> > Thank you,
> >
> > Commons Proxy Development Team
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
> > For additional commands, e-mail: user-help@commons.apache.org
> >
> >
>

Re: [ANNOUNCE] Release of Commons Proxy 1.0

Posted by nicolas de loof <ni...@apache.org>.
Nice, thanks.


2008/3/7, James Carman <ja...@carmanconsulting.com>:
>
> On 3/7/08, nicolas de loof <ni...@apache.org> wrote:
> > Did you consider to use the aopalliance API ?
> >  I note the Interceptor interface is very similar to aopalliance
> >  MethodInterceptor.
> >
>
>
> There's an adapter
> (
> http://commons.apache.org/proxy/apidocs/org/apache/commons/proxy/interceptor/MethodInterceptorAdapter.html
> )
> in Commons Proxy for the MethodInterceptor interface.  I didn't want
> to introduce a dependency if I didn't have to.  So, we created our own
> interface and provided an adapter.  Commons Proxy has no required
> dependencies other than the JDK itself.  All other dependencies are
> optional.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
> For additional commands, e-mail: user-help@commons.apache.org
>
>

Re: [ANNOUNCE] Release of Commons Proxy 1.0

Posted by James Carman <ja...@carmanconsulting.com>.
On 3/7/08, nicolas de loof <ni...@apache.org> wrote:
> Did you consider to use the aopalliance API ?
>  I note the Interceptor interface is very similar to aopalliance
>  MethodInterceptor.
>

There's an adapter
(http://commons.apache.org/proxy/apidocs/org/apache/commons/proxy/interceptor/MethodInterceptorAdapter.html)
in Commons Proxy for the MethodInterceptor interface.  I didn't want
to introduce a dependency if I didn't have to.  So, we created our own
interface and provided an adapter.  Commons Proxy has no required
dependencies other than the JDK itself.  All other dependencies are
optional.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
For additional commands, e-mail: user-help@commons.apache.org


Re: [ANNOUNCE] Release of Commons Proxy 1.0

Posted by nicolas de loof <ni...@apache.org>.
Did you consider to use the aopalliance API ?
I note the Interceptor interface is very similar to aopalliance
MethodInterceptor.

Nico

2008/3/6, James Carman <jc...@apache.org>:
>
> We are pleased to announce the Commons Proxy 1.0 release.  Commons
> Proxy makes creating dynamic proxies in Java easy!
>
> Please visit the Commons Proxy site <http://commons.apache.org/proxy>
> for more information.
>
> Thank you,
>
> Commons Proxy Development Team
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
> For additional commands, e-mail: user-help@commons.apache.org
>
>