Eclipse (eclipse.org) is an IDE for Java. It already has some support for unit testing using junit, however this is somewhat rudementary. Last year, a very successful project developed a web application (using JSP) to unit test support. The project this year is to do a similar thing but make it a plug-in for eclipse. Of particular interest is providing some sort of visual display that helps with this. The overall goal is to make it easier for an eclipse user to create and manage test suites for their code.