开发者

What is a good free tool to manage projects in Java? [closed]

Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

开发者_如何学运维

Closed 3 years ago.

Improve this question

I need a tool to manage a project that I developing, but I don't know what to use.

Many are the requirements, I need a tool to manage the TO DO things, the bugs found with tools like FindBugs, PMD, etc., the text documentation, the UML, versions, backup, etc.

In another words, all that is possible to manage, but I need a tool like this to manage various aspects of the project. Maybe something integrated with Eclipse.

What tools are recommended for this?

Example: I know that Sonar is useful for manage the bugs found, but other things I don't know.

EDIT: There is a portable bug tracker?


I tend to use Netbeans IDE quite a bit because it is also able to open and edit Eclipse projects so it tends to be a very versatile IDE. It also features a Visual GUI Builder.


You might look at Trac. It works well with Subversion.

http://trac.edgewall.org/


Do you really need a tool? As in one?

That's not, in general, how projects are managed, ime.

For todo and bugs, Trac is good (and integrated with Eclipse), though if you're willing to spend $10, I personally prefer JIRA.

For versions and backup, that's version control: subversion or git. Both are integrated with eclipse.

For documentation and uml, I'm not sure what you mean by manage - just making sure you don't lose them? version control again. Documenting what exists? Wiki's pretty good.


If you are looking for Open Source solution, I found these best

  • Redmine
  • trac

Both of them easy integration with eclipse.


Some open source project management tools in java

Open Source Project Management Tools in Java

Apache Maven

Open Source Issue Tracking Software in Java

Source Control Tools in Java

Open Source IDEs in Java

Open Source UML & Modeling in Java

Open Source Validation Frameworks

Open Source Web Testing Tools in Java

Open Source Logging Tools in Java

Open Source Web Frameworks in Java

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜