Spring
-
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
Configure multiple View Resolvers in Spring
1. Introduction In Spring, the View Resolver is provided to resolve the view with the data available in the model,…
Read More » -
Enterprise Java
Deploying a microservice – Spring Boot fatjar to Amazon Elastic Beanstalk
Recently I was working on a proof-of-concept web application that I wanted to deploy to a public cloud for a…
Read More » -
Enterprise Java
AWS SQS and Spring JMS integration
Amazon WEB Services provide us with the SQS messaging service. The java sdk for sqs is compatible with JMS. Therefore…
Read More » -
Enterprise Java
Contract First SOAP Service with Spring and Maven
1. Introduction In this tutorial, we will learn to implement a contract-first SOAP service application using JAX-WS, Spring and Maven.…
Read More » -
Scala
Spring Boot with Scala
A while back I had tried out a small Spring Boot based sample with Scala as the language and found…
Read More » -
Enterprise Java
Setting Up Distributed Infinispan Cache with Hibernate and Spring
A pretty typical setup – spring/hibernate application that requires a distributed cache. But it turns out not so trivial to…
Read More » -
Enterprise Java
Retrying Method Execution using Spring AOP
One of my blog follower sends an email asking me to show an example of “RealWorld Usage of Spring AOP”. He…
Read More » -
Enterprise Java
Creating Custom SpringBoot Starter for Twitter4j
SpringBoot provides lot of starter modules to get up and running quickly. SpringBoot’s auto-configure mechanism takes care of configuring SpringBeans…
Read More »