Year: 2014
-
Desktop Java

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 » -
Desktop Java

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 » -
Software Development

Testing Love and Polyamorous TDD
The rigor and quality of testing in the current software development world leaves a lot to be desired. Additionally, it…
Read More » -
Software Development

RabbitMQ in Multiple AWS Availability Zones
When working with AWS, in order to have a highly-available setup, once must have instances in more than one availability…
Read More » -
Desktop Java

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 » -
Desktop Java

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 » -
Software Development

Trust instead of Threats
According to Dr. Gary McGrawās ground breaking work on software security, up to half of security mistakes are made in…
Read More » -
Software Development

Test Attribute #3 – Speed
This is the 3rd post on test attributes that were described in the now more famous āHow to test your…
Read More » -
Enterprise Java

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




