Download Backbone Jersey Free Java Code
Description
REST+JSON demonstration: from a Java Script frontend (Backbone.js, Require.js and jQuery) to a Java backend (Jersey).
Source Files
The download file Backbone-Jersey-master.zip has the following entries.
.classpath/* w ww . j a v a 2 s. c o m*/
.gitignore
.project
README.md
pom.xml
src/main/java/com/xebia/data/Products.java
src/main/java/com/xebia/data/Purchases.java
src/main/java/com/xebia/data/Stocks.java
src/main/java/com/xebia/representation/Basket.java
src/main/java/com/xebia/representation/Link.java
src/main/java/com/xebia/representation/ObjectFactory.java
src/main/java/com/xebia/representation/Price.java
src/main/java/com/xebia/representation/Product.java
src/main/java/com/xebia/representation/Rels.java
src/main/java/com/xebia/representation/Stock.java
src/main/java/com/xebia/resource/BasketResource.java
src/main/java/com/xebia/resource/ProductResource.java
src/main/java/com/xebia/resource/WebApplicationExceptionMapper.java
src/main/java/com/xebia/server/EmbeddedServer.java
src/main/resources/representation.xsd
src/main/webapp/WEB-INF/web.xml
src/main/webapp/css/style.css
src/main/webapp/index.html
src/main/webapp/js/main.js
src/main/webapp/js/order.js
src/main/webapp/js/product/BasketModel.js
src/main/webapp/js/product/BasketView.js
src/main/webapp/js/product/ProductCollection.js
src/main/webapp/js/product/ProductCreationView.js
src/main/webapp/js/product/ProductView.js
src/main/webapp/js/product/StockModel.js
src/main/webapp/js/text.js
src/main/webapp/lib/jquery.pubsub.min.js
src/main/webapp/template/BasketItemTemplate.html
src/main/webapp/template/BasketTemplate.html
src/main/webapp/template/ProductCreationTemplate.html
src/main/webapp/template/ProductTemplate.html
src/test/java/com/xebia/resource/ProductResourceTest.java
src/test/java/com/xebia/resource/Shipments.java
src/test/java/com/xebia/rule/EmbeddedTestServer.java
Download
Click the following link to download Backbone-Jersey-master.zip.
Backbone-Jersey-master.zip