RE: [PROPOSAL] Commons Proxy

2005-08-24 Thread James Carman
Jakarta Commons Developers List' Subject: [PROPOSAL] Commons Proxy Proposal for Commons Proxy (0) rationale Many projects require the use of proxies in order to support such features as method interception/decoration, lazy loading, dependency injection, etc. There are many different technique

[PROPOSAL] Commons Proxy

2005-08-21 Thread James Carman
Proposal for Commons Proxy (0) rationale Many projects require the use of proxies in order to support such features as method interception/decoration, lazy loading, dependency injection, etc. There are many different techniques for creating proxy objects which delegate to other objects (

Legalities of importing code Was: Sandbox Project Proposal: Commons-Proxy...

2005-08-21 Thread Henri Yandell
Sounds like something we have to get a lot better at. At a guess, about 90% of the code at the ASF that I've written began life outside of the ASF Infrastructure. Rule-wise, what's the definition of this: * Single class by ASF CLA authors to add to Apache, developed outside of the ASF. * Single p

Re: Sandbox Project Proposal: Commons-Proxy...

2005-08-21 Thread Rahul Akolkar
On 8/21/05, James Carman <[EMAIL PROTECTED]> wrote: > So, if I would like to start a sandbox project for this, how would I go > about it? FWIW, having done some of this recently, this is what I followed / am following [ http://wiki.apache.org/jakarta-commons/SCXML ]. On 8/21/05, James Carman <[E

RE: Sandbox Project Proposal: Commons-Proxy...

2005-08-21 Thread Noel J. Bergman
> Well, since nobody answered me, I went ahead and just tried > importing the code into the sandbox SVN repository What is this code and do we have the appropriate docs filed? As I understand it, and we have been through this before with even a Director's own code, if this is a new codebase that

RE: Sandbox Project Proposal: Commons-Proxy...

2005-08-21 Thread James Carman
t 21, 2005 2:54 PM To: Jakarta Commons Developers List Subject: RE: Sandbox Project Proposal: Commons-Proxy... > Well, since nobody answered me, I went ahead and just tried > importing the code into the sandbox SVN repository What is this code and do we have the appropriate docs filed? As

RE: Sandbox Project Proposal: Commons-Proxy...

2005-08-21 Thread James Carman
05 11:06 AM To: 'Jakarta Commons Developers List' Subject: RE: Sandbox Project Proposal: Commons-Proxy... So, if I would like to start a sandbox project for this, how would I go about it? I'm sure some of my fellow HiveMind committers would be interested in this code. HiveMind has

RE: Sandbox Project Proposal: Commons-Proxy...

2005-08-21 Thread James Carman
od" mantra). -Original Message- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Sunday, August 21, 2005 10:29 AM To: 'Jakarta Commons Developers List' Subject: RE: Sandbox Project Proposal: Commons-Proxy... Well, the one thing that ProxyToys doesn't do is base itself on a well-a

RE: Sandbox Project Proposal: Commons-Proxy...

2005-08-21 Thread James Carman
r actual core object providers (SessionBeanProvider, BurlapProvider, HessianProvider, JaxRpcProvider, RmiProvider, JiniProvider, etc.). -Original Message- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Friday, August 12, 2005 7:59 AM To: 'Jakarta Commons Developers List' Subjec

RE: Sandbox Project Proposal: Commons-Proxy...

2005-08-12 Thread James Carman
No, I wasn't aware of it, but I'm going to download it to see how much overlap there really is. -Original Message- From: Jörg Schaible [mailto:[EMAIL PROTECTED] Sent: Friday, August 12, 2005 2:38 AM To: Jakarta Commons Developers List Subject: RE: Sandbox Project Proposa

RE: Sandbox Project Proposal: Commons-Proxy...

2005-08-11 Thread Jörg Schaible
Hi James, James Carman wrote on Tuesday, August 09, 2005 8:01 PM: > Some of the code in my new "syringe" project deals > specifically with creating proxy objects (currently I support > CGLIB and reflection-based proxies). It is generic enough to > live on its own and useful enough that others mi

RE: Sandbox Project Proposal: Commons-Proxy...

2005-08-11 Thread James Carman
t Subject: Re: Sandbox Project Proposal: Commons-Proxy... -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Brett, Brett Porter wrote: > Does it have to be called commons-proxy? I thought it was something to > do with http when I read the subject :) That is propably true. I suppose this one is up

RE: Sandbox Project Proposal: Commons-Proxy...

2005-08-09 Thread James Carman
ke commons-proxy, but I would have to agree that the name could be somewhat misleading, as Brett pointed out. -Original Message- From: Joerg Hohwiller [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 09, 2005 6:46 PM To: Jakarta Commons Developers List Subject: Re: Sandbox Project Proposa

Re: Sandbox Project Proposal: Commons-Proxy...

2005-08-09 Thread Martin Cooper
On 8/9/05, Joerg Hohwiller <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Brett, > > Brett Porter wrote: > > Does it have to be called commons-proxy? I thought it was something to > > do with http when I read the subject :) > That is propably true. I suppose t

Re: Sandbox Project Proposal: Commons-Proxy...

2005-08-09 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Brett, Brett Porter wrote: > Does it have to be called commons-proxy? I thought it was something to > do with http when I read the subject :) That is propably true. I suppose this one is up to James. Anyways some brainstorming: commons-objectproxy

Re: Sandbox Project Proposal: Commons-Proxy...

2005-08-09 Thread Brett Porter
Does it have to be called commons-proxy? I thought it was something to do with http when I read the subject :) - Brett James Carman wrote: >Some of the code in my new "syringe" project deals specifically with >creating proxy objects (currently I support CGLIB and reflection-based >proxies). It

Re: Sandbox Project Proposal: Commons-Proxy...

2005-08-09 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 robert burrell donkin wrote: > On Tue, 2005-08-09 at 14:00 -0400, James Carman wrote: > >>Some of the code in my new "syringe" project deals specifically with >>creating proxy objects (currently I support CGLIB and reflection-based >>proxies). It is

Re: Sandbox Project Proposal: Commons-Proxy...

2005-08-09 Thread Henri Yandell
On 8/9/05, robert burrell donkin <[EMAIL PROTECTED]> wrote: > On Tue, 2005-08-09 at 14:00 -0400, James Carman wrote: > > Some of the code in my new "syringe" project deals specifically with > > creating proxy objects (currently I support CGLIB and reflection-based > > proxies). It is generic enoug

Re: Sandbox Project Proposal: Commons-Proxy...

2005-08-09 Thread robert burrell donkin
On Tue, 2005-08-09 at 14:00 -0400, James Carman wrote: > Some of the code in my new "syringe" project deals specifically with > creating proxy objects (currently I support CGLIB and reflection-based > proxies). It is generic enough to live on its own and useful enough that > others might be intere

Sandbox Project Proposal: Commons-Proxy...

2005-08-09 Thread James Carman
Some of the code in my new "syringe" project deals specifically with creating proxy objects (currently I support CGLIB and reflection-based proxies). It is generic enough to live on its own and useful enough that others might be interested in it. Does this sound like something that does belong in