This page contains links to various frameworks, libraries and tools that I use regularly.
| 7-zip | 7-zip is an open source file compression program. |
| ANTLR | ANTLR is a parser generator that can generate code for various languages. |
| Apache Ant | Ant is the key to automation of processes in the Java world. |
| Apache POI, the former Jakarta POI | POI is a library for creating and accessing documents in MS office formats. |
| Cobertura | Cobertura is a code coverage analyzer tool for Java. |
| Cygwin | Cygwin is a Unix emulation for Windows(TM). This is the first thing i install on a Windows machine. |
| Eclipse | The Eclipse project provides a framework for developing applications. |
| Firebug | Web developments tool for the Firefox browser. |
| FreeMind | A free mind-mapping program. |
| Grails | Grails is a web application framework for Groovy. |
| Groovy | Groovy is my favourite programming language. |
| Hibernate | The Hibernate Perstence framework. |
| Hudson | Continous integration server |
| JRuby | JRuby is an implementation of the Ruby language in Java. |
| JSch - Java Secure Channel | An implementation of SSH2 in Java. I use this for SCP or SFTP tasks in ant |
| JUnit | JUnit is an invaluable testing framework. |
| Ruby on Rails | A web application framework for Ruby. |
| Spring | The Spring framework. |
| Subclipse | Subclipse is an Eclipse plugin for subversion. |
| Subversion | Subversion is a version control system. |
| TestNG | The best testing framework that i am aware of. |
| TortoiseSVN | A client for subversion that integrates into the Windows(TM) file explorer. |