How to access a JCR Repository from Spring Boot

Apache Oak is a scalable, high-performance hierarchical content repository designed for use as the foundation of modern world-class web sites and other demanding content applications. It is built on top of the Java Content Repository (JCR) standard, and it is an implementation of the Apache Jackrabbit project.

Read more

Getting started with Solr and Spring Boot

Solr is scalable, reliable and resilient service providing distributed indexing, replication and load-balanced queriesalong with a centralized configuration for its management. In this tutorial we will learn the basic of setting up Solr and create indexed documents using a Spring Boot application.

Read more

Configuring Spring Boot with Neo4j

Neo4j is an open-source, NoSQL, native graph database that provides an ACID-compliant tx backend for your applications.In this short tutorial we will learn how to configure it to work with Spring Boot. In order to create a template for a Web application using Neo4j and Spring Boot, you can bootstrap your project as follows: $ … Read more