Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Last active July 5, 2021 17:57
Show Gist options
  • Save AdamBien/8b2b52ca341285c15de7d4a9257f3f54 to your computer and use it in GitHub Desktop.
Save AdamBien/8b2b52ca341285c15de7d4a9257f3f54 to your computer and use it in GitHub Desktop.
88thAirhacksQ&A.md

Ask questions and see you at July, 5th, 8.PM. CET: https://youtu.be/4Eh1aKc5SS4

Also checkout recent episode:

87 airhacks.tv

Please keep the questions Jakarta EE-stic. Means: as short and as concise as only possible. Feel free to ask several, shorter questions. Upcoming airhacks.tv events are also going to be announced at meetup.com/airhacks

@franden
Copy link

franden commented Jul 5, 2021

Hello Adam,
we plan to devide our modular Jakarta EE8 monolith into microservice archtecture based on Quarkus.
Currently the components are packaged as ear/war modules and are operated on a JBoss application server. The modules communicate via remote EJBs (in vm invocation - without RMI overhead) with each other.
What would be your preferred technology to comminucate between microservice? REST, GraphQL, gRpc, or maybe RMI+EJBs?

Greetings Denis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment