Java
-

Spring MVC Tutorial
1. Overview and Maven This is a simple Spring MVC tutorial showing how to set up a Spring MVC project,…
Read More » -

Spring Security with Maven
1. Overview This article will explain how to setup Spring Security with Maven and will go over specific use-cases of…
Read More » -

Hibernate 3 with Spring
1. Overview This article will focus on setting up Hibernate 3 with Spring – we’ll look at how to use…
Read More » -

JPA – Querydsl Projections
In my last post: JPA – Basic Projections – I’ve mentioned about two basic possibilities of building JPA Projections. This…
Read More » -

Java 8: CompletableFuture in action
After thoroughly exploring CompletableFuture API in Java 8 we are prepared to write a simplistic web crawler. We solved similar…
Read More » -

Java 8: Definitive guide to CompletableFuture
Java 8 is coming so it’s time to study new features. While Java 7 and Java 6 were rather minor…
Read More » -

Spring MVC: form handling vol. 3 – checkboxes processing
I have already published the post about processing of ‘checkbox’ tag using Spring MVC tag library. Now I want to…
Read More » -

Building smart Builders
When building an API, you should always think about who is going to use it. When the API is simply…
Read More » -

Train Wreck Pattern – A much improved implementation in Java 8
Venkat Subramaniam at a talk today mentioned about Cascade Method pattern or Train Wreck pattern which looks something like: …
Read More »




