Ask questions and see you at May, 8th at 7.PM. CET: http://www.ustream.tv/channel/adambien
Last active
May 8, 2017 13:48
-
-
Save AdamBien/ee62db6ca021c99090b821fdcf4e5594 to your computer and use it in GitHub Desktop.
38thAirhacksQ&A.md
@AdamBien Hi Adam ! What do you think of JPMS ?
— Alexandre Fruchaud (@alexthep) May 8, 2017
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
Hi Adam, for what we need use JavaEE with Payara, Glassfish and so on, if we have Jersey - JAX-RS implementation? :)