Enterprise Java
-
ANTLR: Getting Started
This post drives you towards the basics of ANTLR. Previously, we had learnt about setting up of ANTLR as an…
Read More » -
Spring 3.1 profiles and Tomcat configuration
Spring 3.1 introduced very useful feature called profiles. Thanks to that its easy to build one package that can be…
Read More » -
Concurrency – Executors and Spring Integration
Thread Pool/Executors Based Implementation A better approach than the raw thread version, is a Thread pool based one, where an…
Read More » -
Using Redis with Spring
As NoSQL solutions are getting more and more popular for many kind of problems, more often the modern projects consider…
Read More » -
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 »