Spring
-
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 » -
Enterprise Java
Understanding Callable and Spring DeferredResult
1. Introduction Asynchronous support introduced in Servlet 3.0 offers the possibility to process an HTTP request in another thread. This…
Read More » -
Enterprise Java
Throttle methods with Spring AOP and Guava rate limiter
External services or APIs may have usage limits or they just cannot handle loads of requests without failing. This post…
Read More » -
Enterprise Java
Learning Spring-Cloud – Writing a microservice
Continuing my Spring-Cloud learning journey, earlier I had covered how to write the infrastructure components of a typical Spring-Cloud and…
Read More » -
Enterprise Java
Spring Batch – Replacing XML Job Configuration With JavaConfig
I recently assisted a client in getting up and running with a Spring Batch implementation. The team had decided to move forward…
Read More » -
Enterprise Java
A Developers Perspective on Spring vs JavaEE
In Java community Spring vs JavaEE is a never ending debate. In such debates people form two groups consisting of…
Read More » -
Enterprise Java
Learning Spring-Cloud – Infrastructure and Configuration
I got a chance to play with Spring-Cloud to create a sample set of cloud ready microservices and I am…
Read More »