Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Last active May 8, 2017 13:48
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/ee62db6ca021c99090b821fdcf4e5594 to your computer and use it in GitHub Desktop.
Save AdamBien/ee62db6ca021c99090b821fdcf4e5594 to your computer and use it in GitHub Desktop.
38thAirhacksQ&A.md
@chermehdi
Copy link

hi adam .
I'm just starting with java EE and i would like some advice on how to approach it effectively . (all my friends are doing some cool shiny stuff like node.js) i like java so just a little advice on the path to take in learning java EE would be very much appreciate it .
i love your work on github and on youtube all thought i don't understand it completely .

@AdamBien
Copy link
Author

AdamBien commented May 8, 2017

Application Servers, Connection Pools and Clustering (a question from the field)

@tcheburator
Copy link

Hi Adam, for what we need use JavaEE with Payara, Glassfish and so on, if we have Jersey - JAX-RS implementation? :)

@AdamBien
Copy link
Author

AdamBien commented May 8, 2017

@AdamBien Hi Adam ! What do you think of JPMS ?

— Alexandre Fruchaud (@alexthep) May 8, 2017

@simdevmon
Copy link

Hi Adam,

I am using a @Asynchronous method, whichs returns a java.util.concurrent.Future inside a stateless bean to start some long running task (several minutes) via JAX-RS. After that I can poll the status and see if the execution isDone().
Which approach would you use to also update the current progress (%) that it can be polled via JAX-RS?

Best regards,
Simon

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