Jérôme BERNARD
2002-01-22 09:26:02 UTC
Is it possible to use MLet loading?
There are some sources in CVS but I can't make the Mlet loading to work...
And are the descriptions of MBean attributes and operations properly
handled? I can't see those descriptions using the default HTTP adaptor.
Regarding the XDoclet feature, I could add something for generating a
mlet file with all the mbeans. Or even better (and this is something I
will do anyway for another project if it is not included in OpenJMX) we
could generate a XML file quite similar to the mlet one except that it
would add (as child nodes) the values of the attributes.
For example, we could have something close to:
<MLET NAME="MyApp:name=MyService" CODE="com.myapp.MyService"
ARCHIVE="MyApp.jar" CODEBASE="../lib">
<Status>1</Status>
<Dummy>bla bla</Dummy>
</MLET>
Jerome.
There are some sources in CVS but I can't make the Mlet loading to work...
And are the descriptions of MBean attributes and operations properly
handled? I can't see those descriptions using the default HTTP adaptor.
Regarding the XDoclet feature, I could add something for generating a
mlet file with all the mbeans. Or even better (and this is something I
will do anyway for another project if it is not included in OpenJMX) we
could generate a XML file quite similar to the mlet one except that it
would add (as child nodes) the values of the attributes.
For example, we could have something close to:
<MLET NAME="MyApp:name=MyService" CODE="com.myapp.MyService"
ARCHIVE="MyApp.jar" CODEBASE="../lib">
<Status>1</Status>
<Dummy>bla bla</Dummy>
</MLET>
Jerome.