Spring Data
-
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 » -
Enterprise Java
Exporting Spring Data JPA Repositories as REST Services using Spring Data REST
Spring Data modules provides various modules to work with various types of datasources like RDBMS, NOSQL stores etc in unified…
Read More »