Coding in Spring 3 with JPA and Jackson is supposed to semplify your life, sparing you from writing thousand lines of code. Sometimes, though, you'll notice that all these annotations hide the real core of your application, preventing you to really understand what your code is doing (and what it is supposed to do).
This means that if you want to develop a good java application or website, you need to carefully read the docs or (more realistically) you need to understand how to read your error logs and combine them with a well-written search engine query.
This is what I had to do when I first met the problem I'm about to write about.
Read full article from Keenformatics: How To Solve JSON infinite recursion Stackoverflow (with Spring and Jackson annotations)
No comments:
Post a Comment