Last week spring boot team has announced the release of Spring Boot 1.4.0 M2. The final release is expected to be around next month. There is a lot of changes coming up in the new release. In this post, I am going to list down the summary of new features in spring boot 1.4. If …
Neo4j
Spring Data Neo4j 3 REST Exporter – Converting Spring Boot JAR Application To WAR
This tutorial is the continuation of the previous tutorial for building the standalone application using spring boot. This guide walks you through the process of converting a runnable JAR application that was built with Spring Boot into a WAR file that you can run in any standard servlet container. You’ll take a simple Spring MVC web …
Spring Data Neo4j 3 REST Exporter (Java Application)
This tutorial walks you through the process of creating an application that accesses graph-based data through a hypermedia-based RESTful front end. You’ll build a Spring application that let’s you create and retrieve Employee and Address objects stored in a Neo4j NoSQL database (Neo4j Server) using Spring Data REST. You’ll use the non embedded Neo4j for achieving …
PrimeFaces + Spring Data + Neo4j Integration
This tutorial provides example code for integrating PrimeFaces 5, Spring Data and Neo4j technologies. In our previous tutorials, I have explained about the PrimeFaces and Spring Data integration with other databases MongoDB and Redis. Also read our previous tutorials on installation of Neo4j and Spring Data Neo4j tutorial. I have used PrimeFaces 5 for this example. …
Neo4j Graph Database Installation And Configuration Windows 7
Graph database is one of the newly adopted databases that revolved around non relational concept for orchestrating its data. One of the most popular Graph database is Neo4j that’s leading implementation of a property graph database. It’s written in Java and leverages a custom storage format and the facilities of the Java Transaction Architecture (JTA) to provide XA transactions. …