Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Created October 11, 2017 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdamBien/a232908944dd0b3cad4d0b321fa6ee27 to your computer and use it in GitHub Desktop.
Save AdamBien/a232908944dd0b3cad4d0b321fa6ee27 to your computer and use it in GitHub Desktop.
44thAirhacksQ&A.md
@dinolupo
Copy link

dinolupo commented Nov 6, 2017

Hi Adam,
talking about microservices, what about pro topics like security, load-balancing, high availability, service discovery and so forth? Are those topics covered by some of your online courses or what are the e-learning/book sources that you suggest to cover those Enterprise topics? Just as an example, what are the Pros and Cons between using things like Payara-Micro (auto discovery of other instances in the same network) or other approaches like thin wars in a full container? In a DevOps optics, the programmer should know how to configure those aspects and how to monitor, debug distributed software with ease. Thanks a lot for your time.

Dino Lupo
Software Architect at Atos (looking forward to become a programmer of course...)
Italy.

@mistrz7
Copy link

mistrz7 commented Nov 6, 2017

Hello,
I use jbatch in few projects on jbosseap (jberet). Batches are scheduled on ejb beans using @schedule annotation. But for dev reason I fire batches using rest->ejb->jbatch. My problem is, that sometimes ejb fire batch on my dev enviroment when project is deployed, but that is not desirable situation. How to prevent it? What is prefered model of work to prevent fire @schedule on dev enviroment?

Best Regards
sw

@taysay
Copy link

taysay commented Nov 6, 2017

Dear Adam,

Is it advisable using a NoSQL backend for a realtime solution like payments, if yes which vendor do you advice?

@dempile
Copy link

dempile commented Nov 6, 2017

Hi Adam, did you ever tryed Beanshell and how do you compare it to a Groovy, Scala, or newly Kotlin ?
Do you still use JSF often in your projects or you're starting to migrate to Javascript based framework like React , all with Jax-RS ?
Whats the best solution to create reports instead of JasperReport ?

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