-
Agile
Agile Estimation, Prediction, and Commitment
Your boss wants a commitment. You want to offer a prediction. Agile, you say, only allows you to estimate and…
Read More » -
Enterprise Java
JSON – Jackson to the rescue
Sometimes you have to fetch some data from the server in JavaScript, JSON is pretty good choice for this task.…
Read More » -
Enterprise Java
PrimeFaces Push with Atmosphere on GlassFish 3.1.2.2
PrimeFaces 3.4 came out three days ago. Beside the usual awesomeness of new and updated components it also includes the…
Read More » -
Agile
Agile development articles on Java Code Geeks
Agile denotes the quality of being agile, ready for motion, nimble. Agile Development methods are attempting to offer an answer…
Read More » -
Core Java
Changing delay, and hence the order, in a DelayQueue
So I was looking at building a simple object cache that expires the objects after a given time. The obvious…
Read More » -
Software Development
Signal-to-noise ratio in your code
You write code to deliver business value, hence your code deals with a business domain like e-trading in finance, or…
Read More » -
Enterprise Java
Benchmarking JMS layer with JMSTester
For most of the clients I’ve been to, scaling out a JMS messaging layer with ActiveMQ is a priority. There…
Read More » -
Enterprise Java
Wire object dependencies outside a Spring Container
There are a few interesting ways of setting the properties and dependencies of an object instantiated outside of a Spring…
Read More » -
Enterprise Java
Jenkins: Deploying JEE Artifacts
With the advent of Continuous Integration and Continuous Delivery , our builds are split into different steps creating the deployment…
Read More »