-
Enterprise Java
Integrate apps with Neo4j using Zapier
Recently, I was directed to Zapier to get some lightweight integration done between systems for a quick proof of concept.…
Read More » -
Software Development
9 Differences between TCP and UDP Protocol – Java Network Interview Question
TCP and UDP are two transport layer protocols, which are extensively used in internet for transmitting data between one host…
Read More » - Core Java
-
Software Development
Enterprise Integration Patterns (EIP) Revisited in 2014
Today, I had a talk about “Enterprise Integration Patterns (EIP) Revisited in 2014″ at Java Forum Stuttgart 2014, a great…
Read More » -
Enterprise 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 » -
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 »