Spring
-
Enterprise Java
SpringBoot : Working with JdbcTemplate
Spring provides a nice abstraction on top of JDBC API using JdbcTemplate and also provides great transaction management capabilities using…
Read More » -
Enterprise Java
How SpringBoot AutoConfiguration magic works?
In my previous post Why SpringBoot? we have looked at how to create a SpringBoot application. But you may or…
Read More » -
Enterprise Java
Why SpringBoot?
lication using Spring MSpring is a very popular Java based framework for building web and enterprise applications. Unlike many other…
Read More » -
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 »