Java
-

A Simple Plugin System for Web Applications
We need to make multiple web-based projects with a lot of shared functionality. For that, some sort of a plugin…
Read More » -

Observer Design Pattern in Java – Example Tutorial
Observer pattern is one of the behavioral design pattern. Observer design pattern is useful when you are interested in the…
Read More » -

Custom Deserializer in Jackson and validation
tl;dr: it is important to add input validation to custom json deserializers in Jackson. In RHQ we make use of…
Read More » -

Servlet 3.0 Overview
Servlet 3.0 – has a bunch of ground breaking features that will ultimately change how developers will code and write…
Read More » -

Transactional caching for Camel with Infinispan
Some time ago I created a Redis connector for Camel. Redis is awesome key-value store (and a lot more) but…
Read More » -

Iterator Design Pattern in Java – Example Tutorial
Iterator pattern in one of the behavioral pattern and it’s used to provide a standard way to traverse through a…
Read More » -

Broken Glass : Diagnosing Production Cassandra Issues
I just past my second year anniversary at Health Market Science (HMS), and we’ve been working with Cassandra for almost…
Read More » -

Java Exception Handling Tutorial with Examples and Best Practices
Exception is an error event that can happen during the execution of a program and disrupts its normal flow. Java…
Read More » -

Java Generics Tutorial – Example Class, Interface, Methods, Wildcards and much more
Generics is one of the core feature of Java programming and it was introduced in Java 5. If you have…
Read More »




