Download your MOF 2.0 for Java

Please note: A MOF 2.0 for Java has now its own project at the open source development site berliOS; use the link A MOF 2 at berliOS to navigate to it. Newer downloads can only be optained from there. The older versions can still be found below on this now deprecated site.

There are two file for download; one containing A MOF 2.0 for Java as a library of compiled class files, and one containing Javadoc.

The source code is provided under the LGPL. Apache ant and a Java 5 are needed to build the sources; download the sources, use "ant dist" to initiate the build. It will create exactly those two files that you can also download as the binary distribution.

A MOF 2.0 for Java uses jdom and xerces. Jdom is an open source implementation for a simpler version of the DOM XML recommendation, which can be downloaded from www.jdom.org. Xerces is a XML tool set, which can be downloaded from www.apache.org. We included jdom and xerces binaries in our source and binary releases, please be aware of different licenses and copyrights that apply to those files.

The documentation section gives an simple introduction into how you use A MOF 2.0 for Java.