Jan 18 2008

Before you start

Tag: java, project managementvish @ 3:18 pm

Things worth considering before you start a java based project :

  • A blog or wiki or google docs (a few opensource options available are : twiki, plog, wordpress etc), where your team can write about the project and updates
  • A code repository: SVN or CVS, though I would prefer SVN over CVS. A SmartSVN client is useful.
  • FishEye – a source code repository insight. 30 day free trial is avaibale, but you will have to buy a license after that.
  • To manage a project’s build, would prefer Maven over Ant.
  • Continuum - Continuous integration server for building Java based projects.
  • Task management – Scrumworks or basecamp.
  • Bugzillla - Tracking bugs

Will add more here, if I find any other good alternatives.

Tags: java, project management