JaxMe 2 JaxMe 2

the JaxMe 2 site
 
   

JaxMe 2 Downloads

PDF
PDF

Binaries

JaxMe 2 Binaries are available from the SourceForge project page.

Sources

JaxMe 2 Sources are included in the binary distributions.

CVS access

If you like living on the bleeding edge. you may also checkout the latest version from the CVS. The CVS repository is available by executing the following commands:

        cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/jaxme login
        cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/jaxme co JaxMe2
      

The password is empty. In other words, if the CVS client is asking for a password, simply hit the Enter key.

Developers have to use a different URL, because Sourceforge requires an SSH connection for CVS commits. In other words, if you are registered as user joe on Sourceforge, then replace the user name anonymous in the above commands:

        export CVS_RSH=ssh
        cvs -d:ext:joe@cvs.sourceforge.net:/cvsroot/jaxme login
        cvs -z3 -d:ext:joe@cvs.sourceforge.net:/cvsroot/jaxme co JaxMe2
      

If you are unsure, how CVS works or how to adapt the above commands to your CVS client, see the more detailed description on the Sourceforge project page.

CVS web access

The CVS repository is available for browsing through a web interface.

CVS access to JaxMeJS and JaxMeXS

JaxMe 2 depends internally on JaxMeJS, the JaxMe Java source generator, which is a framework for generic Java source generators. For parsing XML schema documents the JaxMeXS JaxMe parser for XML Schema is used.

A copy of these frameworks comes as part of the JaxMe 2 distribution. However, for working on the sources, you better access them via CVS:

        export CVS_RSH=ssh
        cvs -d:ext:joe@cvs.sourceforge.net:/cvsroot/jaxme login
        cvs -z3 -d:ext:joe@cvs.sourceforge.net:/cvsroot/jaxme co JaxMeJS
        cvs -z3 -d:ext:joe@cvs.sourceforge.net:/cvsroot/jaxme co JaxMeXS