Thursday, April 29, 2004

EditorViewer plugin for Eclipse

http://sourceforge.net/projects/editorviewer/
http://www.eclipse-plugins.info/eclipse/plugin_details.jsp?id=540

"This Eclipse Plugin "EditorViewer" provides a view of all open editors within Eclipse. The goal is to provide as many of the same features of the "Navigator" plugin provided with the base Eclipse install. Currently Eclipse presents the list of open editors via the use of tabs, while useful if only a few files are open, the names on those tabs quickly become useless/unreadable as more and more editors are open. This plugin aims to provide a means to clearly access the open editors regardless of the number as well as provide convenient functionality for those editors such as comparison and team functions."

This is a very nice plugin.. It corrects one of the few irritant factors in Eclipse. This is the beauty of the Eclipse's plugin architecture, one does not need to wait for the next release of the product, anyone can build a plugin for the small/big feature that he believes will make Eclipse a better place to live.

Wednesday, April 28, 2004

Generating HTML reports for Junit using ANT tasks junit an junitreport

Using ANT for generating HTML reports for Junit - http://builder.com.com/5100-6370-1046462-2.html#Listing%20F

I have tried this out, its quite easy to use and the reports generated are good looking.

The art of receiving feedback

Nice article, practically usable advice.

Multithreaded Tests using Junit addon GroboUtils


http://today.java.net/pub/a/today/2003/08/06/multithreadedTests.html


I have tried using it in my hotel.db project, it took just 15 mniutes to understand how to use it. Pretty useful.

Log4E - Eclipse Plugin

"Version 0.5 Log4E is an Eclipse Plugin which helps you to set up your logger easily in Java Projects. It assists you in several tasks: logger declaration, logger Inserts at certain method entries, replacements of System out's, modification of already existing logger statements. "

This should be a useful plugin for projects which are using Log4J. This confirms the belief that people should just use the standard APIs available without building wrappers over it, unless your requirement is really different. I am not sure it was smart of Indigo to build its own wrappers for Logging.

Tuesday, April 27, 2004

Got Gmail trial invitation !!

I got the invitation too !!
Now my new identity is chirag.doshi@gmail.com

Monday, April 26, 2004

Google's Gmail Goes Into Beta for Blogger Users

Google's Gmail Goes Into Beta for Blogger Users

It seems some of the blogger users got invitation to try out Gmail Beta..
I had been active on my blogger account too but I did not get the invitation..
I am so sad :(

Friday, April 23, 2004

Two is too many to live together !

Two is too many to live together - PDF

Two is too many to live together - DOC

This is a paper I had composed while working in the Indigo DVT team. It describes an apporach to designing large/complicated Integration tests.

Wednesday, April 21, 2004

Eclipse Plugin for Continuous testing

Install it from here
Continuous Testing Tutorial

It runs unit tests everytime a save is done on the project files. Its simple and nice.