The WebJMX Tag Library is a project with the goal of producing a JSP tag library which allows any skilled JSP developer to produce a customized, branded, web based interface for JMX enabled "MBeans".
The WebJMX Tag library intends to vastly improve the quality of user interfaces available to JMX developers compared to the HTMLAdaptor facility which is part of the JMX specification. The current HTMLAdaptor provides a simple data driven HTML interface for JMX MBeans which by it's nature is limited to the information which can coded into the MBean definition. The WebJMX Tag library allows a developer to create a sharp looking HTML interface for JMX MBeans without trying to code presentation logic into the MBean definition. The WebJMX tags also allows a developer to use MVC design principals in order to separate presentation details from business logic.
See Other Best JSP Tag Libraries Projects in Java: