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 » -
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 » -
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 » -
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 » -
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 » -
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 » -
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 » -
OpenShift Express Web Management Console: Getting started
This week the newest release of OpenShift brought two really great features to an already awesome PaaS Cloud provider. First,…
Read More » -
Google Protocol Buffers in Java
Overview Protocol buffers is an open source encoding mechanism for structured data. Developed at Google, it was designed to be…
Read More »