How to create a Promise<Result> in Play 2.0 framework – Java
I see this link http://www.playframework.org/documentation/2.0.4/JavaAsync. it doesn’t contain that much details. do you known any tutorial than refer to me. pls.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
James Roper (a Play Framework developer) has a good example for using Promise in Play with Java:
https://github.com/jroper/play-promise-presentation/blob/master/src/main/java/controllers/Application.java