This figure shows the standard MBean development process. There are three circles ("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 rectangle labeled "java files." This rectangle points to another circle, "Compile source files." "Compile source files" points to ".class files" (rectangle), which points down to "Register listener in weblogic-application.xml" (circle), which points down to "Package classes" (circle), which points down to "Application Archive (EAR)" (rectangle), which points down to the final circle "Deploy application."