-
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 » -
Android Core
Modal dialog (popup) from Android widget example
In this example we are going to see how you can create an Android widget in the home screen that…
Read More » -
Software Development
Fundamentals of good API designing
Do you write reusable OO code? Code that is being used by other modules within the same product? Or code…
Read More » -
Enterprise Java
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 » -
Core Java
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 »