Java
-
Managing large deployments of MQ and ESB with Fuse Fabric, Part I
FuseSource just recently released enterprise versions of their distributions of ActiveMQ and ServiceMix. Some of the top features include incremental…
Read More » -
Integration tests with Maven 3, Failsafe and Cargo plugin
Unit testing is available in Maven out of the box. Because of that very often its used for integration tests…
Read More » -
Java Generics Interview Questions
Generic interview questions in Java interviews are getting more and more common with Java 5 around there for considerable time…
Read More » -
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 » -
Web development frameworks – part 1: Options and criteria
At my company we are evaluating which web development framework we will use for the next few years. Since our…
Read More » -
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 » -
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 » -
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 » -
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 »