This code has been removed since it can be copyrighted and is not allowed to do it without any permissions
Asked
Active
Viewed 83 times
-1
1 Answers
0
I suspect your problem is result conversion. From your search* methods you return a string, losing all JSON structure in the process. Return JSON object instead. Consider using Jackson pretty writer to output it.
-
Since its about Jackson, is it still possible to make it work with Sparks? – Thrillofit123 Oct 19 '15 at 09:32
-
-
So I believe, before I start doing thing, I think I have to create some Attributes that I need with getter and setter as first. If i'm correct? – Thrillofit123 Oct 19 '15 at 09:35
-
` in the string you're serving but no other `` structure. There are btw tons of working implementations of the API and you don't have to roll your own: https://www.google.com/search?q=tmdb+java – zapl Oct 19 '15 at 09:45