Re: Fwd: AW: [Newbie] Proxy objects in Fortress - why?

Berin Loritsch <[email protected]> Tue, 18 Mar 2003 13:33:32 -0500
Newsgroups gmane.comp.jakarta.avalon.phoenix.devel,gmane.comp.jakarta.turbine.maven.devel
Message-ID <[email protected]>
Peter Donald wrote:
> Hi,
> 
> Could someone look at this and apply the changes?

All the BCEL stuff looks complex to say the least,
but code wise it seems ok.

Do we want to have a compile/runtime dependency on
BCEL if for our users' purpose the Dynamic Proxy
version is OK?

Hmm.  We need to perform some runtime resolution
to see if the BCEL jar is available, and if the
user requests it.

Disposing components is pretty important--esp.
if they save state when they are disposed.  Could we
provide that mechanism via a protected or package accessible
method?  WOuld that be sufficient?

Any other questions/answers?