Archive for the 'Eclipse' Category

Java: Lifecycle of a Java Program

It had been long since i posted something about Java and thought of putting up a post describing Lifecycle of a Java Program.
The figure below explains the lifecycle of a Java Program. In words, the figure can be explained as:

A Java program is written using either a Text Editor like Textpad or an IDE like Eclipse [...]

Log4J: What is it?

Often i have come across code with System.out.println in it. This although works good for debugging but is one of the most low tech method for debugging.
In the Java language where a preprocessor is not available, log statements increase the size of the code and reduce its speed, even when logging is turned off. Given [...]

JAX India 2007

Yes, you guessed it right. JAX India 2007 is a conference for Enterprise Java, SOA, Spring,Web Services, AJAX, Agile and more.The conference is going to take place from 28th May 2007 to 31st May 2007 in Bangalore, India.Also, the agenda for this conference can be found here.
What to expect from this ( a purely geek [...]