| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 | 2001 ] |
| Articles FAQs Forums Libraries | Projects Utilities White Papers |
- Soup-to-Nuts Application Management with JMX by Leonard Anghel - [Clicks: 16]
Not just another time-eating "solution," JMX actually offers real application monitoring and manageability. Learn about the JMX architecture, the JMX API, and dig into some code.
http://javaboutique.internet.com/tutorials/jmx/ - Jun, 2008
- Java Management Extensions FAQ - [Clicks: 88]
http://java.sun.com/products/JavaManagement/faq.html - jGuru FAQ - [Clicks: 50]
http://www.jguru.com/faq/JMX
- jGuru Forum - [Clicks: 27]
http://www.jguru.com/forums/JMX
- JMX HTML adaptor - [Clicks: 46]
This application is a generic JMX adaptor implemented as a set of custom tags driven JSP pages (actually it is less than 500 lines) and could be used with any application server with JMX support. And because it is JSP you can easily incorporate them into your own applications.
http://www.servletsuite.com/jmx/jmx-html.htm
- JMX4Ant by Brian Dueck - [Clicks: 19]
JMX4Ant is a set of optional Ant tasks that allows interactions with JMX MBeans.
http://jmx4ant.sourceforge.net - MX4J - [Clicks: 25]
MX4J is an open source implementation of the JMX technology.
[MX4J implements JMX 1.1 and the team are working on JMX 1.2 and Remoting.]
http://mx4j.sourceforge.net - Visualising the JSR 77 J2EE Management Model in 3D by Jeremy Pitten - [Clicks: 12]
[Includes demos]
http://www.jpitten.btinternet.co.uk/ - XMOJO - [Clicks: 27]
The XMOJO project is a free open source implementation of JMX specification. This implementation is derived from AdventNet's JMX implementation, which has been available in the industry since 1999. Apart from complete implementation of JMX specification, XMOJO also contains contributions of adaptors, such as HTML and RMI and rich tools, such as MBean Browser.
[Complete implementation of JMX specification, version 1.0]
http://www.xmojo.org/products/xmojo/index.html
- JMX console for JBoss - [Clicks: 17]
This project provides a pre-builded web application for JBoss application server. Our application deploys JMX features of JBoss and lets you to manage by your server.
http://www.servletsuite.com/jmx/jconsole.htm - MC4J Management Console by Greg Hinkle, et al. - [Clicks: 19]
This software allows for remote connections to JMX servers and provides the ability to browse existing managed beans (MBeans) and execute operations on them.
http://mc4j.sourceforge.net/
- Java Management Extensions white paper - [Clicks: 97]
http://java.sun.com/products/JavaManagement/wp/