Search found 3 matches

by adsbrook
Tue Jul 23, 2013 8:18 am
Forum: Java API
Topic: Implementing WURFL Cloud API in java using playframework
Replies: 6
Views: 42937

Re: Implementing WURFL Cloud API in java using playframework

Hi Fulvio, Thanks for the effort so far. Please find below the stacktrace 13:13:47,871 ERROR ~ @6f3ib2in0 Internal Server Error (500) for request GET / Execution exception (In /app/controllers/Application.java around line 35) NullPointerException occured : null play.exceptions.JavaExecutionException...
by adsbrook
Tue Jul 23, 2013 5:42 am
Forum: Java API
Topic: Implementing WURFL Cloud API in java using playframework
Replies: 6
Views: 42937

Implementing WURFL Cloud API in java using playframework

Hi.. I have been trying to implement the WURFL Cloud API in my application using the play framework 1.2.4. Unfortunately, play doesn't have the HttpServletRequest and HttpServletResponse nonetheless has a Request and a Response object that can be cast to HttpServeletRequest and HttpServletResponse b...