The XMOJO Project 5
About XMOJO
The XMOJO project is a free open source implementation of JMX specification,
version 1.0. 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, RMI and rich tools, such as MBean Browser.
Package Structure
The XMOJO Project package is installed under XMOJO directory from wherever
the files are extracted. The directory structure under XMOJO directory are
is follows:
/bin |
Contains batch / script files to start the tools (MBeanBrowser
and UpdateManager).
|
/conf
|
Contains configuration files that are required by the
tools.
|
/docs |
Contains the documentation.
|
/examples |
Contains examples that explain how to create MBeans
and how to use the notification model.
|
/lib |
Contains the XMOJO implementation and tools jar.
|
/src |
This directory contains the source code files.
|
/tutorials |
Contains a simple JMX tutorial.
|
System Requirements
For using the XMOJO JMX implementation, JDK1.2 or later is required.
For using the tools, JDK1.3 or later is required.
Additional Requirements
For building the source files, you must install ANT 1.5. You can download
Ant from http://ant.apache.org. The src directory also contains a build.xml
for building the source files and a README file.
Third-Party Software
The following table lists the third-party software bundled with the project.
Please see the Copyright for details about the Copyright of the third-party
software and the respective License Agreement.
Getting Started
Please go through the Help Documentation available
under docs directory.
A simple JMX tutorial is also bundled with this package. Click here to view
the tutorial. The documentation
for the tutorials is available under tutorials/docs directory.
The Java docs for the JMX implementation
are available under docs/apidocs directory.
Feedback
We welcome your feedback that will help us improve the project and provide
future enhancements. Send your feedback to xmojo@xmojo.org
If you find any bugs, report the bugs (with the steps to reproduce
the bugs) at xmojo-support@xmojo.org
Contributions
As this is an open source project, your contributions are most welcome.
If you like to contribute, kindly contact us at xmojo-contribs@xmojo.org
License
Please refer to License Agreement and accept the same
before using the package.
Refer to the XMOJO home page http://www.xmojo.org
for new releases and also for further information.
For up-to-date documentation see online documentation.