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 am trying to convert some French text to uppercase letters in lua, it will not convert accented characters. Do you know why?
Test script:
print(‘échelle’)
print(string.upper(‘échelle