Java Reference Implementation

This project provides the reference implementation of openEHR in the Java programming language.

Project home page http://www.openehr.org/projects/java.html

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. 14-Dec-2007

    Rong Chen says:

    I will try to gradually move existing documentation about the Java project into ...

    I will try to gradually move existing documentation about the Java project into Wiki. Hopefully this will make it easy for the Java community to work together on the improvement of the documentation.

    /rong 

  2. 28-Dec-2009

    shivang maheshkumar modi says:

    i will try to download openehr-java implementation code but connetion was closed...

    i will try to download openehr-java implementation code but connetion was closed by server , this error was generated.please solve this bug.make code download easy.

  3. Jun 09

    Manisha Mantri says:

    In the tree structure ADLPArser and ADLSerialiser.java classes are not aval...

    In the tree structure ADLPArser and ADLSerialiser.java classes are not avaliable.

    And all other classes have dependency on these classes.

  4. Jun 09

    Sebastian Garde says:

    Manisha, the ADLParser needs to be built if you are starting from scratch with ...
  5. Jun 10

    Manisha Mantri says:

    Hi Sebastian, I am building the project form scratch only. also if you observe...

    Hi Sebastian,

    I am building the project form scratch only.

    also if you observer the svn directory here http://www.openehr.org/svn/ref_impl_java/TRUNK , classes for ADLparser and ADLserialiser doesnt exists.

    But anyways, thanks for the above repository link. I can proceed my  work now..

  6. Jun 10

    Sebastian Garde says:

    Hi, I should be clearer: The Java parser is based on JavaCC and the "source" f...

    Hi,

    I should be clearer:

    The Java parser is based on JavaCC and the "source" file ADParser.java needs to be generated first.

    The main thing that is required for this generation is the grammar definition for the ADLParser adl.jj file at http://www.openehr.org/svn/ref_impl_java/TRUNK/adl-parser/src/main/javacc/

    The maven build process will do it automatically for you if you follow the quick start guide instructions.

    ADLSerialiser.java should simply be at http://www.openehr.org/svn/ref_impl_java/TRUNK/adl-serializer/src/main/java/org/openehr/am/serialize/