Hi Markus, I'm glad to hear that you have interest in our editor, however the source code will not be released until we are done with our work, sorry. This is to avoid comments about bugs and lack of functionality that we already are aware of.
We base our editor completely on the java ADL parser and kernel. If you would like to know more about how the concepts of openEHR are transformed into real code, then look at the adl.jj source in the src/javacc package of the ADLparser and also in the minimal unit tests of ADLOutputter.java in the src/test/../outputter package of the java kernel. Try to parse an archetype with the java parser and then read the API in order to know how to output some data, it should explain quite a lot. Also check out the Archetype.java in src/java/../archetype package to know how to create archetypes. Regards, Johan and Mattias Markus Koller wrote: > hello johan, > > i'm a student at technikum wien in vienna. i'm in a group of students > who started to learn more about the concept behind CEN 13606 and the > archetypes. We are just started our study in this field. > > I started to read the openEHR documents and looked at the eiffel and > java version of the adl parser, but eiffel is not so easy and the last > java version is a little bit buggy. > > Is it possible to test your editor? And is it possible to get the > source, so I could see how the concepts of openEHR are made to real > code? > > thanks in advance and greetings > > markus koller > > sorry for my english :( > > Johan Hjalmarsson schrieb: > >> Dear All, >> >> As some of you might know, we are a couple of master's thesis >> students at Link?ping University in Sweden that will be finished with >> our work of developing an archetype editor in the near future. The >> application is developed entirely in java and the source code is to >> be published as open source when our work with it is done. The URL >> below shows a couple of screenshots of the java archetype editor >> based on the Acode implementation of the openEHR reference model. >> >> http://www.cyd.liu.se/users/~johhj833/openehr/ >> >> The current ADL-version that the java kernel and thereby our editor >> supports is ~0.9, but we would like to see support for ADL 2.0 in the >> future. >> >> Best regards, >> >> Johan Hjalmarsson >> Mattias Forss >

