Stream: hapi
Topic: java noob asking for help
Jose Costa Teixeira (May 05 2020 at 12:27):
Hi. I want to check a few things and learn about our java tools (e.g. publisher), but I am a complete foreigner to java ecosystem.
Is there any guidance out there to help me get to the basics?
I don't want anything advanced, just being able to (manually) get the code from github, change and step over the code. If I ever have concrete suggestions, I will ask a grown-up to do them for me.
Jose Costa Teixeira (May 05 2020 at 12:27):
at this moment, if I could get my eclipse to run /debug the IGPublisher code, that would be an achievement already
Grahame Grieve (May 05 2020 at 13:00):
you need the hapi core and IG publisher. Import existing both as maven projects . Then find the class org.hl7.fhir.igtools.publisher.Publisher and run that
Oliver Egger (May 05 2020 at 15:21):
@Jose Costa Teixeira I want to update my eclipse setup anyway, so happy to this over a videocall with you in parallel on your system, can do it later tonight or tomorrow if you are interested
Frank Oemig (May 05 2020 at 19:15):
Hi Oliver, I am interested into that as well :wink:
Jose Costa Teixeira (May 05 2020 at 19:18):
to keep it civilized for you, I think we can do it tomorrow indeed
Jose Costa Teixeira (May 05 2020 at 19:18):
(sorry for not replying before, but I was cutting some raw fish)
Oliver Egger (May 05 2020 at 19:21):
@Frank Oemig @Jose Costa Teixeira for me 2night is fines as well tomorrow, in 10 minutes? works for both of you? alternativ in 40 minutes (10 pm) or tomorrow 9am?
Jose Costa Teixeira (May 05 2020 at 19:29):
i'm good for any, but if Frank does not reply I would do tomorrow - 9 am seems clear
Frank Oemig (May 05 2020 at 20:28):
Sorry, but I have troubkes with Zulip app. Tomorrow would be good, but too early does not work for me. 11am?
Kevin Mayfield (May 06 2020 at 04:54):
I'd be tempted to move from eclipse to intelij, eclipse can add a lot to the learning curve.
Oliver Egger (May 06 2020 at 06:39):
or even to vscode :-) but i keep falling back to eclipse, so if anyone want to join in at 11 am (zurich time) for the "old eclipse" way https://meet.google.com/dpg-ejkm-wtj
Mark Iantorno (May 06 2020 at 13:58):
If you're starting from scratch, I would highly suggest you learn on Intellij, and not Eclipse. It's a more modern editor that will take care of a lot of the setup and other finicky things for you
Mark Iantorno (May 06 2020 at 13:58):
Also, as an open source developer, you can get a free version of Intellij professional
Last updated: Apr 12 2022 at 19:14 UTC