Java
-

-

Writing Tests for Data Access Code – Don’t Test the Framework
When we write tests to our data access code, should we test every method of its public API? It sounds…
Read More » -

JavaFX Tip 11: Updating Read-Only Properties
Custom controls often feature “read-only” properties. This means that they can not be set from outside the control, not even…
Read More » -

JavaFX Tip 10: Custom Composite Controls
Writing custom controls in JavaFX is a simple and straight forward process. A control class is needed for controlling the state…
Read More » -

Setting up development environment for GWT
Introduction This is part of series intended to develop cross platform mobile applications in Java. In this blog post we…
Read More » -

JavaFX Tip 9: Do Not Mix Swing / JavaFX
The JavaFX team has tried very hard to convince us that migrating from Swing to JavaFX is easy because of…
Read More » -

From JPA to Hibernate’s legacy and enhanced identifier generators
JPA identifier generators JPA defines the following identifier strategies: Strategy Description AUTO…
Read More » -

The Knapsack problem
I found the Knapsack problem tricky and interesting at the same time. I am sure if you are visiting this…
Read More » -

An Introduction to Generics in Java – Part 6
This is a continuation of an introductory discussion on Generics, previous parts of which can be found here. In the…
Read More »



