Spring
-
Enterprise Java
Just What Are Spring 3.2 Matrix Variables? – Part 1
Spring 3.2 introduced support for processing something called ‘Matrix Variables’ and probably like most developers, I’ve never heard of them.…
Read More » -
Enterprise Java
Tracking Exceptions – Part 5 – Scheduling With Spring
It seems that I’m finally getting close to the end of this series of blogs on Error Tracking using Spring…
Read More » -
Enterprise Java
Using Http Session with Spring based web applications
There are multiple ways to get hold of and use an Http session with a Spring based web application. This…
Read More » -
Enterprise Java
Spring test with thymeleaf for views
I am a recent convert to thymeleaf for view templating in Spring based web applications, preferring it over jsp’s. All…
Read More » -
Enterprise Java
HOW-TO: Spring Boot and Thymeleaf with Maven
Spring Boot is a great piece of software allowing you to bootstrap Spring application within a few seconds. And it…
Read More » -
Enterprise Java
Using jOOQ with Spring: CRUD
jOOQ is a library which helps us to get back in control of our SQL. It can generate code from…
Read More » -
Enterprise Java
CSRF protection in Spring MVC, Thymeleaf, Spring Security application
Cross-Site Request Forgery (CSRF) is an attack which forces an end user to execute unwanted actions on a web application…
Read More » -
Enterprise Java
Spring Test Context Caching + AspectJ @Transactional + Ehcache pain
Are you using AspectJ @Transactionals and Spring? Do you have multiple SessionFactory’s maybe one for an embedded database for unit…
Read More » -
Scala
Spring-boot and Scala
There is actually nothing very special about writing a Spring-boot web application purely using Scala, it just works! In this…
Read More »