From 496c473766833fff074a561710e6f2a946266fea Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Mon, 20 Mar 2017 12:10:23 -0500 Subject: [PATCH] #557 - Update "JSON" to "Jackson" in reference docs. Related tickets: #554. --- src/main/asciidoc/index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/asciidoc/index.adoc b/src/main/asciidoc/index.adoc index f6b72502..83558be8 100644 --- a/src/main/asciidoc/index.adoc +++ b/src/main/asciidoc/index.adoc @@ -18,9 +18,9 @@ toc::[] == Fundmentals [[fundamentals.jaxb-json]] -=== JAXB / JSON integration +=== Jackson / JAXB integration -As representations for REST web services are usually rendered in either XML or JSON the natural choice of technology to achieve this is either JAXB, JSON or both in combination. To follow HATEOAS principles you need to incorporate links into those representation. Spring HATEOAS provides a set of useful types to ease working with those. +As representations for REST web services are usually rendered in either XML or JSON the natural choice of technology to achieve this is either Jackson, JAXB, or both in combination. To follow HATEOAS principles you need to incorporate links into those representation. Spring HATEOAS provides a set of useful types to ease working with those. [[fundamentals.links]] === Links