Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Created August 15, 2017 07:04
Show Gist options
  • Select an option

  • Save AdamBien/cc4d538e22bbf1f1ac70e55b8517a340 to your computer and use it in GitHub Desktop.

Select an option

Save AdamBien/cc4d538e22bbf1f1ac70e55b8517a340 to your computer and use it in GitHub Desktop.
42ndAirhacksQ&A.md
@eyalyatir
Copy link

Hi Adam,
Regarding my question from last month about JAX-RS 2.0 client in a multi-threaded Java SE 7.0 project.
You suggested that I'll use EJBs but It's not part of the Java SE, so I can't use it. Is there any other way to do it?

Thanks,
Eyal

@huxendupsel
Copy link

Hi Adam,

i currently work in a project where i am developing/maintaining a monolitic application. It is planed to break out some functionalities into microservices, slowly step by step. By all means we decided to develop future services as own microservice projects, to faciliate the development and maintainance.

  • Let's say we have two jee applications deployed on the same jee application server what would be your recommended way to set up a communictation between them (REST, RMI, SOAP, ...)?
  • Regarding REST and B2B communictation:
    • what is the best opportunity to restrict calls from outside the "application context" (we'd like to ensure the chain: client app authenticates to the monolith, monolith calls service).
      On stackoverflow I found a entry that summarizes issue a bit more https://stackoverflow.com/a/20168610 regarding the M2M part

Thank your for your help

@dempile
Copy link

dempile commented Sep 4, 2017

Hi Adam,
1- Do you think an ERP should be developped, or customized from excisting ones like Odoo for example.
2- In case of choosing development what architecture we should choose , monolithic or microservices.
Thanks

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