Ask questions and see you at July, 3rd at 6.PM. CET: http://www.ustream.tv/channel/adambien
Created
June 14, 2017 05:07
-
-
Save AdamBien/37e7dde8f2ef447edfa04354b9819b7d to your computer and use it in GitHub Desktop.
40thAirhacksQ&A.md
Hi dear Adam
- Do you think MVC is dying? both for back-end and front-end? (https://www.infoq.com/articles/no-more-mvc-frameworks)
- Do you use Reactive Programming? when? why? which use cases?
- Which of Java EE technologies should one learn for creating microservices with Java?
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.
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
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