tags:

views:

137

answers:

8

I am searching tools for agile software development. I use

  • maven
  • bugzilla
  • jira
  • hudson

Do you have any other suggestions?

+1  A: 
Bozho
A: 
Lars Andren
how does this relate to agile?
Bozho
+4  A: 

There's really too many to list and a lot depends on what you are building. Even then, there are usually multiple answer to the question.

  • Building: Ant, maven, ...
  • Code repo: SVN, CVS, Git, ....
  • CI: Hudson, Cruise Control, Luntbuild, Bamboo, ...
  • Testing: Junit, easymock, mockito, XmlUnit, HtmlUnit, ...
  • Reporting: Cobertura, Emma, FindBugs, JavaDoc, ...
  • Project management: XPlanner, GreenHopper, JIRA, ....
  • Documentation: Confluence, XWiki, ....

Actually you might want to take a look at Atassian Studio.

Derek Clarkson
+1 for Atlassian Studio. That stuff works very well together, and they are famous for quality support.
Tim Drisdelle
+4  A: 

Some tools to support some practices:

But these are just tools, tools won't make you Agile by themselves.

Pascal Thivent
A: 

Mylen Mylyn is the task and application life cycle management (ALM) for eclipse.

In summary tickets open closed all within eclipse makes life easier as the one interface deals with everything you get notified on ticket changes and it allows you to plan your development day better. Not sure it fits under Agile but it definitely fits as making development life easier.

Paul Whelan
+1  A: 

I got some More information about the Methods that can be considered during the Agile Development strategy

Following are the methods designed for Agile Development:

DSDM is probably the original Agile Development method. DSDM was around before the term Agile Development was even invented, but is absolutely based on all the principles we’ve come to know as Agile Development.

SCRUM is also an Agile Development method, which concentrates particularly on how to manage tasks within a team-based development environment.

XP (eXtreme Programming) is a more radical Agile methodology, focusing on the software development process and addressing the analysis, development and test phases with novel approaches aimed at making a substantial difference to the quality of the end product.

DSDM is probably the most complete Agile methodology, whereas SCRUM and XP are easier to implement and complementary because they tackle different aspects of development projects and are both founded on the same principles of Agile Development.

Above information may not be the answers, But I thought let me little knowledge

harigm
Good informations, thanks harigm.
Firstthumb
1) Scrum, XP, DSDM, Crystal, etc were **all** there before the term **Agile** was coined and **all** rely on what we call today the Agile values. 2) The first Scrum project was run in 1993 (and thus predates DSDM which was published in 1995). 3) The question is not about methodologies.
Pascal Thivent
A: 
  • Eclipse
  • P4
  • Yoxel PCM
Alexey