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
@FreifeldRoyi
Copy link

Hey Adam,
I see in your projects that you are not always using bulkhead with REST.
When should I use it? Why not always use it?

@vanuatoo
Copy link

vanuatoo commented Sep 2, 2017

  1. Will CDI replace EJB in the future?
  2. Which free Java EE 7 server (Full Profile) would you recommend for production?
  3. Could you please record a workshop how to create a cluster of Glassfish/Payara with cache coordination enabled?

@rmpestano
Copy link

rmpestano commented Sep 3, 2017

Hi Adam,

I have 3 questions:

1 - Can you explain why do you think JSF doesn't fit for "pixel perfect" applications? I remember you mentioning that UI components are hard to customize and I agree but in such cases don't you think pass-though elements/attributes or even a js library can surface?

2 - Don't you think that adding a frontend framework such as react or angular makes the release cycle (a.k.a delivery pipeline) much more complex compared to JSF? ex: managing dependencies on both backend and frontend, building/compiling assets on both sides, depending on tools like nodejs, grunt, bower etc...

3 - How do you deal with the build of such (frontend) applications, a single war or separated artifacts for backend and frontend?

Thank you very much!

@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