Announcing “Sr. Developer in 24 Hours” Video Series
How can a Jr. Developer upskill to become a Sr. Developer? Read on for a video series talking about the skills a techniques required.
How can a Jr. Developer upskill to become a Sr. Developer? Read on for a video series talking about the skills a techniques required.
What is ThreadLocal and why is it important? It’s one of the key pieces of glue logic in modern Java web applications, so read on.
Machine Learning: Clustering & Sentiment Analysis
The technical nitty gritty
One of main skills of a seasoned Java developer is understanding how things work under the hood. There are many things that developers take for granted, wit...
CJUG Meetup Presentation “Scalable Services with JMS, Spring Integration and Apache Camel” Last May I had the pleasure of presenting at Chicago Java Users G...
The objective of this article is to describe the interaction of ActiveMQ and its consumers, and how message delivery is affected by the use of transactions, ...
As an exercise and follow up to my Spring Integration post, and after a discussion with a coworker, I decided to reimplement the test application using Apach...
This is a very simple MessageBodyWriter that will allow you to output a List of objects as CSV from a JAX-RS webservice. Such services can be useful with fra...