-
Enterprise Java
Understanding the Play Filter API
With Play 2.1 hot off the press, there have been a lot of people asking about the new Play filter…
Read More » -
Software Development
CPU Cache Flushing Fallacy
Even from highly experienced technologists I often hear talk about how certain operations cause a CPU cache to ‘flush’. This…
Read More » -
Android Core
Android SDK New Build System
A post ago I talked about that Google is in the process of developing a new build system for application…
Read More » -
Software Development
The Reality of Developer’s Life
In this post I am going to try to illustrate in a funny way the reality of developer’s life. This…
Read More » -
Enterprise Java
EasyCriteria 2.0 – JPA Criteria should be easy
In the post today we will see about the new version of the framework named EasyCriteria. At the end of…
Read More » -
Desktop Java
A minimal JavaFX Presentation (in JavaFX)
If you want to do a presentation about JavaFX, it’s very handy to do the presentation itself in JavaFX. This…
Read More » -
Desktop Java
JavaFX Coming Soon to an Android or iOS Device Near You?
There has been big news recently in the world of JavaFX regarding many more components of JavaFX being open sourced…
Read More » -
Software Development
Breaking build is not a crime
For years I’ve been taught that breaking continuous integration build is something that should be avoided under all circumstances. Let…
Read More » -
Enterprise Java
Exception Handling for REST with Spring 3.2
1. Overview This article will focus on how to implement Exception Handling with Spring for a REST API. We’ll look…
Read More »