Re: InstanceManager javadoc

2008-07-02 Thread Costin Manolache
On Wed, Jul 2, 2008 at 11:02 AM, David Jencks <[EMAIL PROTECTED]> wrote: > > On Jun 29, 2008, at 9:43 AM, Costin Manolache wrote: > > Also, is there any documentation (or anyone who can explain) >> DefaultInstanceManager.processAnnotations() ? >> >> Sorry, I'm a bit confused, lots of calls and st

Re: InstanceManager javadoc

2008-07-02 Thread David Jencks
On Jun 29, 2008, at 9:43 AM, Costin Manolache wrote: Also, is there any documentation (or anyone who can explain) DefaultInstanceManager.processAnnotations() ? Sorry, I'm a bit confused, lots of calls and structures. I'm interested in particular in the 'injectionMap' - from what I read, the

Re: InstanceManager javadoc

2008-06-29 Thread Costin Manolache
Thanks - my interest is not so much on history, more on what are the plans for this, is it a 'stable/frozen' API, and if so - some javadocs to clarify how to use/implement it. My goal is to add annotations to tomcat-lite - and also just understand the implementation. For example the injection of n

Re: InstanceManager javadoc

2008-06-29 Thread Filip Hanik - Dev Lists
here's some history on package etc http://tomcat.markmail.org/search/?q=InstanceManager Filip Costin Manolache wrote: Also, is there any documentation (or anyone who can explain) DefaultInstanceManager.processAnnotations() ? Sorry, I'm a bit confused, lots of calls and structures. I'm intere

Re: InstanceManager javadoc

2008-06-29 Thread Costin Manolache
Also, is there any documentation (or anyone who can explain) DefaultInstanceManager.processAnnotations() ? Sorry, I'm a bit confused, lots of calls and structures. I'm interested in particular in the 'injectionMap' - from what I read, the method takes the name of the field ( say 'foo' ), and even

InstanceManager javadoc

2008-06-28 Thread Costin Manolache
Hi, Just one small 'feature' request: Since InstanceManager in tomcat6 is in such a package ( org.apache - do we even have permission to use this ??), could we have some javadocs ? What are the current plans for the annotation processing / dep injection ? Is this class the 'root' of all future a