Re: Announcing Archie version 0.4

2018-02-04 Thread Erik Sundvall
Great work! A very good contribution both as code (with widely usable licence) and in practice as a specification debugging effort! //Erik Sundvall P.s. Regarding Javascript I’d recommend looking at the related Typescript superset instead for anybody wanting to do implement openEHR RM or AM on

Re: Announcing Archie version 0.4

2018-02-03 Thread Peter Gummer
Interaction with a JavaScript front-end could be done with any back-end programming language — it doesn’t have to be Java. So your point is that Archie's serialisation and deserialisation to JSON will will assist this? I believe Thomas’s Eiffel implementation already has JSON serialisation,

Re: Announcing Archie version 0.4

2018-02-03 Thread Pablo Pazos
Thanks Pieter, I'm sure we will use it when adl 2 time arrive for us, we are still on 1.4. On Feb 3, 2018 9:04 AM, "Pieter Bos" wrote: Or a Java app with rest api and a JavaScript frontend. Let the java application take care of parsing, validating, flattening, operational

Re: Announcing Archie version 0.4

2018-02-03 Thread Pieter Bos
Or a Java app with rest api and a JavaScript frontend. Let the java application take care of parsing, validating, flattening, operational template creation etc and send json to your front end. Archie has built-in json serialization and deserialization support. Pieter Op 3 feb. 2018 om 12:05

Re: Announcing Archie version 0.4

2018-02-03 Thread Seref Arikan
Hi Peter, Presumably via use of a transpiler or a bytecode to js/webassembly compiler. On Sat, Feb 3, 2018 at 10:56 AM, Peter Gummer wrote: > On 1 Feb 2018, at 05:13, Thomas Beale wrote: > > ... But the main interest is that we will be able to

Re: Announcing Archie version 0.4

2018-02-01 Thread Pieter Bos
t; Date: Wednesday, 31 January 2018 at 19:13 To: "openehr-implementers@lists.openehr.org" <openehr-implementers@lists.openehr.org>, Openehr-Technical <openehr-techni...@lists.openehr.org> Subject: Re: Announcing Archie version 0.4 This is excellent work, and has proven to be

Re: Announcing Archie version 0.4

2018-01-31 Thread Diego Boscá
Great work! Well done! :D El 31 ene. 2018 4:20 p. m., "Pieter Bos" escribió: > Hi, > > We’re pleased to announce Archie version 0.4! For those of you unfamiliar > with Archie, it’s an Apache 2 licensed OpenEHR java library, suitable as a > basis for archetype modelling and

Re: Announcing Archie version 0.4

2018-01-31 Thread Thomas Beale
This is excellent work, and has proven to be a great test for the AM specifications , helping me to find various errors. But the main interest is that we will be able to build new tools such as a Java/JS replacement for the ADL Workbench,