This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: Difference between MLET and MBeanschaefera Jul 29, 2002 8:43 PM (in response to jingo)Hi 
 Maybe you should consider reading the JMX spec. or Juha's great JMX book.
 MLET is a difficult way of the JMX spec. to dynamically load MBeans. JBoss uses a more advanced, XML-based way to load MBeans (named attributes instead of constuctor arguments, advanced life-cycle etc.).
 NOTE that JBoss 2.4 uses this feature already (have a look into jboss.jcml).
 Andy
 
    