spring
-
Spring Data JPA Example
In this article we will see some examples of the Spring Data JPA. The goal of Spring Data repository abstraction…
Read More » -
Spring Data Elasticsearch Example
Elasticsearch is a highly scalable open-source which can be used for data store, text search and analytics engine. Every instance of ElasticSearch is called…
Read More » -
Spring MVC Interceptor Tutorial
In this tutorial, we are going to discuss about SpringMVC Interceptor. First, we discuss about Spring MVC architecture and where an…
Read More » -
Spring Data Neo4j example
In this example we shall demonstrate how to integrate Neo4J, a graph based NoSql database with Spring Data. 1. Introduction…
Read More » -
Spring Data Redis Example
Redis is an in-memory key/value store. It is used as a database, cache and message broker. In this article, we…
Read More » -
Spring Data MongoDB Example
In this article, we will see a simple Java application demonstrating the CRUD operation (Create, retrieve, update and delete) using…
Read More » -
Spring Integration Poller Example
1. Introduction As we already had an introduction to Spring Integration, it has an event-driven messaging architecture. To take a quick recap, for…
Read More » -
Spring Framework JMSTemplate Example
In order to send or receive messages through JMS, we need a connection to JMS provider, obtain session, create destination…
Read More » -
Spring JMS Example
Java Messaging Service (JMS) is a standard messaging API used to send and receive messages. Spring simplifies the use of…
Read More » -
Spring Data Rest Example
In the previous few examples we demonstrated how the different spring data modules are configured and their support for the…
Read More »