Spring
-
Enterprise Java

Override Spring Framework version in Spring Boot application built with Gradle
If you want to use or just check the newest version of Spring with Spring Boot but the current Spring…
Read More » -
Enterprise Java

Rest client calls with Spring Cloud
There are a few interesting ways to make REST client calls with the Spring-Cloud project. Spring-Cloud rest support builds on…
Read More » -
Enterprise Java

Displaying progress of Spring application startup in web browser
When you restart your enterprise application, what do your clients see when they open the web browser? They see nothing,…
Read More » -
Enterprise Java

Integrate Redis to your Spring project
This article shows how to integrate Redis cache to your spring project through annotation configuration. We will begin with our…
Read More » -
Enterprise Java

Parameterized integration tests with Spring JUnit Rules
Spring 4.2 comes with brand new JUnit rules: SpringClassRule and SpringMethodRule. The main advantage of using JUnit rules is to…
Read More » -
Enterprise Java

Spring boot static web resource handling for Single Page Applications
Javascript build tools like gulp and gruntĀ truly boggle my mind, I look at one of the build scripts for…
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 » -
Groovy

Making Spring Batch Groovy
Here at Keyhole, we are very fond of Spring Batch. In many Java Enterprise environments, there is still a big…
Read More » -
Enterprise Java

Processing Twitter feed using Spring Boot
In one of my previous postsĀ I already discussed how to process the Twitter sample feed using Apache Storm, and now…
Read More »


