Java
-
Eclipse refactoring on steroids
In my last post about common Java violations, I listed a set of mistakes that java developers tend to make.…
Read More » -
Spring MVC for Atom Feeds
How to add feeds (Atom) to your web application with just two classes? How about Spring MVC? Here are my…
Read More » -
Generate QR Code image from Java Program
If you are tech and gadget savvy, then you must be aware of QR codes. You will find it everywhere…
Read More » -
Clean code with aspects
In my previous post I’ve described the alphabet conversion, and I’ve mentioned that we used AspectJ to resolve that task,…
Read More » -
Factory Design Pattern Case Study
I had a job to check our project code quality. And have to report it back to my team leader…
Read More » -
Setting up and playing with Apache Solr on Tomcat
A while back a had a little time to play with Solr, and was instantly blown away by the performance…
Read More » -
Java 7: Meet the Fork/Join Framework
JSR-166(y) is the official name of this new feature which is included in Java 7. If you notice there is…
Read More » -
MapReduce: Working Through Data-Intensive Text Processing – Local Aggregation Part II
This post continues with the series on implementing algorithms found in the Data Intensive Processing with MapReduce book. Part one…
Read More » -
CometD: Facebook similar chat for your Java web application
Chatting is easy just like eating a piece of cake or drinking a hot coffee. Have you ever thought about…
Read More »