Download embedded json example Free Java Code
Description
Sample Spring MVC app to illustrate the embedding of JSON in the initial page render.
Source Files
The download file embedded-json-example-master.zip has the following entries.
.gitignore// w ww. j a v a2s . co m
README.md
pom.xml
src/main/java/net/branchandbound/config/RootConfig.java
src/main/java/net/branchandbound/config/WebAppInitializer.java
src/main/java/net/branchandbound/config/WebMvcConfig.java
src/main/java/net/branchandbound/product/Product.java
src/main/java/net/branchandbound/product/ProductService.java
src/main/java/net/branchandbound/web/IndexController.java
src/main/java/net/branchandbound/web/ProductController.java
src/main/resources/log4j.xml
src/main/webapp/WEB-INF/views/index.jsp
src/main/webapp/WEB-INF/web.xml
src/main/webapp/resources/css/bootstrap.min.css
src/main/webapp/resources/css/style.css
src/main/webapp/resources/js/jquery.min.js
src/test/resources/log4j.xml
Download
Click the following link to download embedded-json-example-master.zip.
embedded-json-example-master.zip