-
Software Development
Converting XML to CSV using XSLT 1.0
This post shows you how to convert a simple XML file to CSV using XSLT. Consider the following sample XML:…
Read More » -
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 »