-
Enterprise Java
Validating JAX-RS resource data with Bean Validation in Java EE 7 and WildFly
I have already approached this subject twice in the past. First, on my post Integrating Bean Validation with JAX-RS in…
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 » -
Software Development
Efficient Code Coverage with Eclipse
There is a saying that a fool with a tool is still a fool. But how to use a tool…
Read More » -
Software Development
OpenSource License Manager
What is a License Manager? License managers are used to enforce license rights, or at least to support the enforcement.…
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 » -
Core Java
Clean Synchronization Using ReentrantLock and Lambdas
Recently I was reading an informative post about the differences between synchronized vs ReentrantLock by Javin Paul1. He emphasises on…
Read More » -
Software Development
How to manage Git Submodules with JGit
For a larger project with Git you may find yourself wanting to share code among multiple repositories. Whether it is…
Read More » -
Software Development
How can I do This? – With SQL of Course!
Haven’t we all been wondering: How can I do this? I have these data in Excel and I want to…
Read More » -
Software Development
Productive Developers are Smart and Lazy
When I use the terms Smart, Lazy, and Developer, I mean the following: Smart as in intelligent and able to…
Read More »