-
Agile
What is Product Management?
Summary Product management is a multi-faceted, complex discipline that can be difficult to grasp and hard to master. This post…
Read More » -
Core Java
Some Sentences about Java
There is nothing new in this article. I just collected some trivial statements which may not be trivial for some…
Read More » -
Enterprise Java
JPA Entity Graphs
One of the latest features in JPA 2.1 is the ability to specify fetch plans using Entity Graphs. This is…
Read More » -
Android Core
Android Tips: On/Off Toggle
When we need to give to users of our apps the ability to switch on/off a given feature, we automatically…
Read More » -
Desktop Java
How to get rid of focus highlighting in JavaFX
Today I was asked if I know a way to get rid of the focus-highlighting of JavaFX controls (respectively buttons):…
Read More » -
Software Development
Continuous Delivery: Code Coverage
This article is part of the Continuous Integration, Delivery and Deployment series. In the previous article we explored unit tests…
Read More » -
Software Development
It’s All About Tests – Part 3
In the previous two posts I discussed mostly about the philosophy and attitude of developing with testing. In this post…
Read More » -
Core Java
Unit Testing exercise with FizzBuzz and Mockito
I sometimes use FizzBuzz to demonstrate the basics of unit testing to newbies. Although FizzBuzz is really simple problem, it…
Read More »