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