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
@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