Book Image

Building a RESTful Web Service with Spring

By : Ludovic Dewailly
Book Image

Building a RESTful Web Service with Spring

By: Ludovic Dewailly

Overview of this book

Table of Contents (17 chapters)
Building a RESTful Web Service with Spring
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

A few words on data representation


Without us doing anything, our DTO objects are magically converted to JSON by Spring. This is thanks to Spring's support for data binding with Jackson. The Jackson JSON processor provides a fast and lightweight library for mapping Java objects to JSON objects.