Sunday, April 26, 2015

Restful Web services with Spring Boot, Java EE 7, Angular JS and MongoDB

During this month of April I was able to experiment with Restful web service
implementations with Java Web Profile 7, Hypermedia-Driven RESTful Web services  with Spring Boot, Angular JS, Bootstrap and Mongo DB.

I was able to create two Restful projects.

1) A Java EE 7, MongoDB , Bootstrap CRUD single page web app that uses additional JQuery and Bootstrap plugins in the front end. The sample application and instructions on how to setup the application can be accessed from here


2) A Spring Boot , Mongo DB , Bootstrap CRUD Single page web app that calls Hypermedia based Restful Services. The front end is powered and made  more structured with Angular JS. This application source can be accessed from here