Spring
-
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 » -
Enterprise Java
Building modern web applications using Java and Spring
Creating Java web applications using Spring Framework has never been easier. If you’re already familiar with Java and have little…
Read More »