Stream: implementers
Topic: jpaserver
世界人 Sekaijin (Jan 23 2017 at 09:03):
Hi,
I'm interested in jpaserver
But I can not find anything in the doc on how to implement it.
The documentation refers to an example on Github but does not provide information about the model and how to implement it.
The source code of the example reduces to the definition of some server class. There is nothing on the data model.
I seen that it was necessary to define a provider by type of resource
But I did not find out how.
I wanted to test jpaserveur with hibernate OGM on mongodb, but I do not know how to start.
then
I tried to compile the entire hapi-fhir project from the master and there are many compilation errors.
Unfortunately for me jpaserveur does not compile.
James Agnew (Jan 23 2017 at 16:13):
Hi Sekaijin,
There is a complete example project using hapi-fhir-jpaserver here: https://github.com/furore-fhir/fhirstarters/tree/master/java/hapi-fhirstarters-jpaserver-example
A good place to start could be building and running that project.
What issues are you having building though? Our CI server is currently passing, so there shouldn't be any issues: https://travis-ci.org/jamesagnew/hapi-fhir
世界人 Sekaijin (Jan 23 2017 at 18:24):
I'm trying the master branche from Githib.
Thank for the example
世界人 Sekaijin (Jan 23 2017 at 18:27):
https://github.com/jamesagnew/hapi-fhir
Last updated: Apr 12 2022 at 19:14 UTC