A catalyst method in Java

This post is inspired by an entry on twofoos.org blog.
Imagine that you have a code that invokes a method – lets call it ‘A’. Now is it possible that by adding another method (B) to the code I can make that invocation redirect to executing B instead of A? Sure! It’s simple stuff – [...]

Read and write XML

This article is supposed to start you off for writing applications which read and write XML data in Java. In 80% of cases when somebody needs to start such and application from scratch, he doesn’t need too much theory about XML, instead he wants to have a piece of code that simply shows how to [...]

Optimize your Eclipse experience!

Today instead of writing my own post I want to share with you some of my recent findings on the web about different ways you can improve the quality of your work with Eclipse.
First two links are from Benjamin Winterberg’s blog: the more recent one describes some easy, but practical ways of optimizing the speed [...]