Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Created June 14, 2017 05:07
Show Gist options
  • Save AdamBien/37e7dde8f2ef447edfa04354b9819b7d to your computer and use it in GitHub Desktop.
Save AdamBien/37e7dde8f2ef447edfa04354b9819b7d to your computer and use it in GitHub Desktop.
40thAirhacksQ&A.md
@iamdvr
Copy link

iamdvr commented Jul 1, 2017

Hi Adam,
We have REST app which has dependency on one of module that has EJB annotation. Wildfly tend to start too many threads for EJB because one of the jar has EJB annotation. How we can make it not to start EJB threads.
We use Wildfly 10

@sajjadG
Copy link

sajjadG commented Jul 2, 2017

Hi dear Adam

  1. Do you think MVC is dying? both for back-end and front-end? (https://www.infoq.com/articles/no-more-mvc-frameworks)
  2. Do you use Reactive Programming? when? why? which use cases?
  3. Which of Java EE technologies should one learn for creating microservices with Java?

@amihaiemil
Copy link

Is it possible do programmatically deploy/enable/disable/undeploy a JEE app on glassfish, payara, jboss or others? Via a REST api or something?

I could only find some info about JSR 88, but it's not clear to me which platform implements it. I understood that it was an optional requirement.

@joaoyuki
Copy link

joaoyuki commented Jul 3, 2017

Hi Adam,

When working with microservice, what do you use to control the amount of simultanios access to a service? How do you do the load balance?

Can you recommend a good read on how to build applications with microservice?

Thanks for your help.

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