Mad andy,

it is a significant effort, but if you feel up to it and you want to put the
time in...

but see below

|Hi Geeks
|
|I am sorry if I bother you again about this but
|I would like to code our own JMX implementation
|because I think this would help us in:
|- Control of the code

sure...

|- Fix the problem with <MLET> (no comments
|  within the <MLET> tag.. I would suggest
|  that we also implement a XML file support with
|  a DTD to check the file

This is not a problem imho, right now it is the problem because we feed the
bare MLET to the ClassLoader engine.  We can always write an engine that
parses the XML and feeds the relevant MLET tags to the loader.  You know...
simpler :)

|- Add support for named attributes to the <MLET>
|  service

Same as above, almost irrelevant.  The fact is that we can feed the loader
from a "understanble" xml file as long as we parse the arguments to the
ClassLoader and feed it the relevant MLET stuff.

In fact I was looking at the startup sequence and I believe there are many
things we can do... right now it is a bit "all over the place" (so to add a
datasource you put something in jboss.properties, then jboss.conf and
finally you hack jboss.jcml ..... oh and don't forget jboss.xml to define it
and....


|- Make a full fledged JMX Agent

what is missing from the RI?

|- Add new Services like to tell the client if a MBean
|  implements a certain Interface (set of attributes and
|  operations) and how this Interface looks like (the
|  same structure as the MBean Interface). Because
|  of the dynamic MBean the MBean does not have
|  to implement an Interface and this Service has to
|  figure this out according to what the MBeanServer
|  delivers.

sure

|
|When someone is interested to help me please send
|me an email: [EMAIL PROTECTED]
|
|If the jBoss Board is interested is there a way to
|create a new jBoss Module ? (I know I already asked
|you).

yes we are interested Andy, it just seems like a lot of work, but if you are
up for it, go right ahead, and get ready :)

marc

|
|Have fun - Mad Andy / Better Pizza
|
|Senior Java Developer
|eBuilt Inc. (www.ebuilt.com)
|
|while( true ) { think(); write(); publish(); }
|
|
|


Reply via email to