The openEHR Tutorial and Implementation Workshop for Medinfo 2007
Install software
Follow this quick guide to install necessary software
and build the java components.
Additional software
- Apache Ant 1.6 or above, download
- Eclipse 3.1 or above download or another code Editor
- Apache Axis 1.4, download
, it's needed for EhrBank Web Services integration coding exercise
- Download the Java API docs from the here
Notice
- Make sure you have run at least once the maven script successfully
for all the java components to allow all the dependencies to be
downloaded properly. There are a quite lot of jars to download for
the first time, so it's very good if you can do it before the workshop.
- Try to pull the src source from the following URL and keep updating them
before the workshop (since the coding exercise
material will appear from there and be updated)
- http://svn.openehr.org/ref_impl_java/TRUNK/
- http://svn.openehr.org/ref_impl_java/BRANCHES/sandbox
Back to the Java project page