Play 2 allows you to execute async webservice calls through AsyncResult without blocking the thread:
public static Result feedTitle( String feedUrl) {
return async(
WS.url(feedUrl).get().ma
Play 2 allows you to execute async webservice calls through AsyncResult without blocking the thread:
public static Result feedTitle( String feedUrl) {
return async(
WS.url(feedUrl).get().ma
I want to create a tag, such as:
#{some_tag entity:user, field:’name’}< /pre> and hope it uses the following expression to generate some output with usernames:
${_entity._field} I Know
I am using play framework v2.2.1 and include the following in the build.sbt file.
Parser:
Resolver.url(“play-redis”, url(“http://repo.typesafe.com/typesafe/releases/com/typesafe/play-pl