-
Agile
5 Things That Will Make Your Agile Development Project FAIL
Far too many Agile development projects fail. It is hard to even accurately measure the number of failures because so…
Read More » -
Enterprise Java
Hibernate 4 with Spring
1. Overview This article will focus on setting up Hibernate 4 with Spring – we’ll look at how to configure…
Read More » -
Enterprise 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 » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Android Core
Installing Google Play on Android Emulator
The problem I wanted to install Google Play on emulator. Problem is no guide on the net could tell me…
Read More » -
Enterprise Java
JPA – Querydsl Projections
In my last post: JPA – Basic Projections – I’ve mentioned about two basic possibilities of building JPA Projections. This…
Read More » -
Core Java
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 » -
Core Java
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 »