tags:

views:

7

answers:

0

i want to use Restlet and i am new to it. I put restlet app in servlet container but when i want to create a JSON response from GET request it returns JSONException. Interestingly (at least for me:) when i used same resource from restlet component got no errors. what should i do to be able to use Restlet in servlet container?

Thanks