-
Core Java
Apache Commons SCXML: Finite State Machine Implementation
This article mentions about Finite State Machines (FSM), SCXML ( State Chart extensible Markup Language) and Apache Common’s SCXML library.…
Read More » -
Enterprise Java
Jelastic, cloud platform for Java
Who is behind Jelastic? That was my first question so I took a look to the Jelastic web site. The…
Read More » -
Software Development
Testing legacy code: Hard-wired dependencies
When pairing with some developers, I’ve noticed that one of the reasons they are not unit testing existing code is…
Read More » -
Enterprise Java
Hacking Maven
We don’t use M2Eclipse to integrate Maven and Eclipse, partly because we had some bad experiences a couple of years…
Read More » -
Enterprise Java
ActiveMQ Network Connectors
This post is more for me and any ActiveMQ contributors that may be interested in how the Network Connectors work…
Read More » -
Enterprise Java
Connect Glassfish 3 to external ActiveMQ 5 broker
Introduction Here at ONVZ we’re using Glassfish 3 as our development and production application server, and we’re quite happy with…
Read More » -
Enterprise Java
Test-driving Builders with Mockito and Hamcrest
A lot of people asked me in the past if I test getters and setters (properties, attributes, etc). They also…
Read More » -
Enterprise Java
A First Look at MVVM in ZK 6
MVVM vs. MVC In a previous post we’ve seen how the Ajax framework ZK adopts a CSS selector inspired Controller…
Read More » -
Enterprise Java
JMX : Some Introductory Notes
JMX (Java Management Extensions) is a J2SE technology which enables management and monitoring of Java applications. The basic idea is…
Read More »