Description of the illustration std_mbean_overview.gif

This figure shows the standard MBean development process. There are three boxes - "Create and implement a management interface", "Modify business methods to push management data to the management class", and "Create an Application Life Cycle Listener that registers your MBean" pointing to a box labeled ".java files". This box points to another box, "Compile source files". "Compile source files" points to ".class files", which points down to "Register listener in weblogic-application.xml", which points down to "Package classes", which points down to "Application Archive (EAR)", which points down to the final box "Deploy application".