I've written and committed:

A new PropertyTagsHandler class.  This helps you look for marked-up
properties, meaning get and or set methods having a specified tagName. You
can find the getMethod, setMethod from either one, and the type from either
one.  If you want to look at method tags for a getter or setter they should
be with the first method in the source file.

Modified ParameterTagsHandler to give you the @param description for the
current parameter, if any.

A task and template for the jboss jmx xmbean.  This generates an xml
descriptor following jboss_xmbean_1_0.dtd There's an example in the
samples, JBossXMBeanExample.

Left to do for jboss xmbean: There need to be class level managed-attribute
tags for attributes that are not actually stored in the class, just in the
modelmbean.  This can be used also for attributes whose name does not match
the getter and setter names.

Possibly the OpenJMX task could benefit from the PropertyTagsHandler.  I
didn't understand exactly what some of the tags there were for.

Possibly ejb 2.0 could also use PropertyTagsHandler to recognize abstract
get/set methods.

Note that jboss xmbean support is currently incomplete enough in jboss mx
so only marginal testing of this can take place.

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to