-
Enterprise Java
Web development frameworks – part 2 : Play Framework 2.0
As the first candidate of our evaluation series we reviewed the Play Framework v2.0. The tutorial and reference documentation used…
Read More » -
Software Development
Web development frameworks – part 3 : Ruby on Rails
The next runner is Ruby on Rails v3. Unless you have been living under a bucket without an RJ45 port (yes,…
Read More » -
Software Development
Web development frameworks – part 4 : Django
This is a part of my web frameworks review series. Check it out if you haven’t already. Moving on to…
Read More » -
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 »