I agree -- good stuff! Thanks for doing it, Carlin. I have three small
comments -- these can be addressed either before or after the checkin
(all minor).
- AnnotationAttributes and AnnotatedElements could be stored
directly in maps within their parent beans. That way, there's no
looping needed when they're being read in AnnotationReader.
- No need to trim() the values you get. Since the compiler layer is
doing the generation, there shouldn't be any extra spaces.
- The class Annotations should probably be called
ProcessedAnnotations, for clarity.
Thanks,
Rich
Eddie O'Neil wrote:
>Carlin--
>
> Thanks; this is great -- it should complete the decoupling of the
>NetUI webapp runtime from our dependence on the apache-xbean.jar file.
> Will get this in tomorrow morning and start on the webapp template
>next.
>
>Eddie
>
>
>
>On 9/16/05, Carlin Rogers <[EMAIL PROTECTED]> wrote:
>
>
>>Eddie, Rich,
>>
>>I just attached a patch to
>>http://issues.apache.org/jira/browse/BEEHIVE-934with changes to
>>replace the ProcessedAnnotations XMLBean with our own Java
>>Beans. The processed annotations file is parsed using DOM.
>>
>>I've assigned it to Eddie but Rich should also take a look and see what he
>>thinks. Let me know if I need to change anything.
>>
>>Carlin
>>
>>
>>
>>
>
>
>