Stuff about software development, agile and testing

Thursday, March 27, 2008

Big enterpise deal going bad

http://www.itworld.com/App/670/waste-management-sues-sap-080327/

Tuesday, March 11, 2008

autotest for java

I just hacked out a java version of autotest plugin for eclipse (of course inspired by the ZenTest).

No more running JUnit tests manually, this plugin will detect code changes and run JUnit tests of that Java project. You can download and install this plugin from http://code.google.com/p/autotest4j/

Current version of plugin only runs with eclipse 3.3 and I need to do some clean up and fixes before I can checkin my source code. Watch out for some changes I am planning for next version.

Enjoy...

Wednesday, March 5, 2008

rss to json

Here is a nice yahoo pipe if you want to process rss feed from you web pages
rss to json

Labels