Spring
-
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 » -
Enterprise Java
Integration Testing for Spring Applications with JNDI Connection Pools
We all know we need to use connection pools where ever we connect to a database. All of the modern…
Read More » -
Enterprise Java
Spring Framework 4.0.3 and Spring Data Redis 1.2.1 with Java 8 support
Spring Framework 4.0.3 Spring Framework 4.0.3 is now avalaible, as announced by the Spring community. It is the first release…
Read More » -
Enterprise Java
The Builder pattern and the Spring framework
Introduction I like to make use of the builder pattern whenever an object has both mandatory and optional properties. But…
Read More »