From a38487287024e1db0aac135adf9583f62e7dd311 Mon Sep 17 00:00:00 2001 From: MafaldaLandeiro <1110590@isep.ipp.pt> Date: Wed, 27 Jul 2016 20:55:04 +0100 Subject: [PATCH] Spring JSON-P with Jackson --- .../src/main/webapp/WEB-INF/company.html | 93 ++++++++++++++----- .../src/main/webapp/WEB-INF/company.html | 62 +++++++++---- 2 files changed, 110 insertions(+), 45 deletions(-) diff --git a/spring-mvc-java/src/main/webapp/WEB-INF/company.html b/spring-mvc-java/src/main/webapp/WEB-INF/company.html index 97c94fc400..e1b3c6e441 100644 --- a/spring-mvc-java/src/main/webapp/WEB-INF/company.html +++ b/spring-mvc-java/src/main/webapp/WEB-INF/company.html @@ -1,27 +1,70 @@ - - -Company Data - - - - - - - - - - - - + + + Company Data + + + + + + + +
+ + + +
+ + + +
+ + + \ No newline at end of file diff --git a/spring-rest/src/main/webapp/WEB-INF/company.html b/spring-rest/src/main/webapp/WEB-INF/company.html index bf213c62b6..d2072bfd3c 100644 --- a/spring-rest/src/main/webapp/WEB-INF/company.html +++ b/spring-rest/src/main/webapp/WEB-INF/company.html @@ -1,22 +1,44 @@ - - -Company Data - - - - - - - - - + + + Company Data + + + + + + + +
+ + + \ No newline at end of file