I have a project that has ability of Core Spring and I want to add RestFul Ability, Actually I want to send and Receive JSON data through Spring Web MVC or Whatelse others. Imagine that, I have a Hibernate Entity names is category. I want to send this Entity as Json Data with Spring and I want to send List as Json Data,also .Naturally, I want to take this Json data from someWhere with Spring .
How can I do this Ability with spring ? Are there any tutorials?