-
Software Development
Common sense and Code Quality
If you are involved in a software project (as an individual coder, technical team lead, architect or project manager) chances…
Read More » -
Enterprise Java
Spring Integration – Session 1 – Hello World
The ” Hello World” of Spring Integration – consider a simple program to print “Hello World” to the console using…
Read More » -
Desktop Java
JavaFX 2.0 Layout Panes – FlowPane and TilePane
FlowPanes and TilePanes are nice layout panes, if you want to layout your children consecutively one after another, either horizontally…
Read More » -
Enterprise Java
OSGi case study: a modular vert.x
OSGi enables Java code to be divided cleanly into modules known as bundles with access to code and resources controlled…
Read More » -
Enterprise Java
Categorize tests to reduce build time
Before we progress with the main content of the article, let’s get a few definitions out of the way. Unit…
Read More » -
Enterprise Java
JMX and Spring – Part 1
This is the first of three articles which will show how to empower your Spring applications with JMX support. Maven…
Read More » -
Enterprise Java
JMX and Spring – Part 2
This post continues from Part 1 of the tutorial. Hi, in my previous article I explained how to setup a…
Read More » -
Enterprise Java
JMX and Spring – Part 3
This article is the last one of this series. Take a look at Part 1 and Part 2. In this…
Read More » -
Enterprise Java
Ultimate JPA Queries and Tips List – Part 1
There are several JPAs “how to” that we can find on the internet, here in this blog, that teaches how…
Read More »