Spring
-
Enterprise Java

Rocking with mongodb on spring boot
I’m a fan of Spring Boot and here’s my mongodb example project on Spring Boot. Most of the mongodb example…
Read More » -
Enterprise Java

Implementing correlation ids in Spring Boot (for distributed tracing in SOA/microservices)
After attending Sam Newmanâs microservice talks at Geecon last week I started to think more about what is most likely…
Read More » -
Enterprise Java

Writing Clean Tests â New Considered Harmful
It is pretty hard to figure out a good definition for clean code because everyone of us has our own…
Read More » -
Enterprise Java

Spring Rest Controller with angularjs resource
Angularjs ngResource is an angularjs module for interacting with REST based services. I used it recently for a small project…
Read More » -
Enterprise Java

Adding C3PO Connection Pooling in Spring JDBC
Connection pooling is an operation in which a system pre-initializes the connections to be used in the future. This is…
Read More » -
Enterprise Java

Spring Integration 4.0: A complete XML-free example
1. Introduction Spring Integration 4.0 is finally here, and this release comes with very nice features. The one covered in…
Read More » -
Enterprise Java

Spring Java Configuration: Session timeout
We live in a nice time, when you can develop a Spring application using java based configuration. No redundant XML…
Read More » -
Software Development

Tracking Exceptions – Part 6 – Building an Executable Jar
If youâve read the previous five blogs in this series, youâll know that Iâve been building a Spring application that…
Read More » -
Enterprise Java

Spring MVC and Thymeleaf: how to acess data from templates
In a typical Spring MVC application, @Controller classes are responsible for preparing a model map with data and selecting a…
Read More »



