Spring Data
-
Enterprise Java
12 Awesome Spring Data Tutorials to Kick-Start your Data Projects
Spring Data’s mission is to provide a familiar and consistent, Spring-based programming model for data access while still retaining the…
Read More » -
Enterprise Java
Using Spring-data With Apache Camel
Spring Data saves you a lot of time by creating smart DAOs that you can basically get for free without…
Read More » -
Enterprise Java
Spring Data and Redis
This article is part of our Academy Course titled Redis a NoSQL key-value store. This is a crash course on…
Read More » -
Enterprise Java
Redis Tutorial: NoSQL key-value store
Course Overview Redis is an open-source, networked, in-memory, key-value data store with optional durability, written in ANSI C. According to…
Read More » -
Enterprise Java
Set up a SpringData project using Apache Cassandra
On this post we will use Gradle and spring boot in order to create a project that integrates spring-mvc and…
Read More » -
Enterprise Java
Spring Data JPA Tutorial: Getting the Required Dependencies
Before we can create an application that uses Spring Data JPA, we need to get the required dependencies. This blog…
Read More » -
Enterprise Java
Spring Boot and Spring Data REST – exposing repositories over REST
Exposing Spring Data repositories over REST is pretty easy with Spring Boot and Spring Data REST. With minimal code one…
Read More » -
Enterprise Java
Spring Framework 4.0.3 and Spring Data Redis 1.2.1 with Java 8 support
Spring Framework 4.0.3 Spring Framework 4.0.3 is now avalaible, as announced by the Spring community. It is the first release…
Read More » -
Enterprise Java
SpringMVC4 + Spring Data JPA + SpringSecurity configuration using JavaConfig
In this article we will see how to configure and integrate SpringMVC4, Spring Data JPA with Hibernate and SpringSecurity using…
Read More »