Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Possible Duplicate:
Good free UML tool for Java/Eclipse?

I want a UML modelling tool, preferably as an eclipse plugin that can perform the following:

  • model UML diagrams
  • Generate stub java code from the diagrams

Edited:

The tool must be open source as I don't want to purchase it.

share|improve this question

marked as duplicate by casperOne Apr 5 '12 at 19:57

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

12 Answers

I use ObjectAid and it's free. http://www.objectaid.com/

The nice thing about the object aid files are in xml and point to the classes themselves. The best part is that the view of the diagram changes as you change the code for the classes. In other words, the diagrams stay in sync with the code. It's a great way to learn a new set of code too. Create a new objectaid class diagram, drag some classes onto the diagram and see how they interact with each other.

share|improve this answer
   
I installed it and yet I cannot create UML, only have it generated from code I have already written. Do you know where I can find any material that shows me how to create a class then fill it with methods and variables so it creates stubs? – Talisin Nov 10 '12 at 4:14

Here's a similar question and my response.

More specific to your question, my recommended tool - Soyatec eUML2 is not open source, but there's a free version that's completely usable.

I'm not sure what kind of UML diagrams you'll be doing. The free edition of eUML2 only does class and sequence diagrams.

eUML2 does a great job of generating stub methods. You can define methods on classes in your class diagrams, and empty methods will be created for them. Taking it a step further, it allows you to define properties on the class, and will automatically generate getters/setters.

It is very similar to Omondo that others have suggested, but IMO, better. The two products seem to be based on the same code base, I have no idea what the history of the two projects are or why this is, one may be a fork of the other. I go into more details in my original response why I like it better than Omondo.

share|improve this answer
Soyatec is a crack of Omondo used in China !! One of the guy from China took the original 2005 source code when left the company and then have only upgraded every year. It is a non sense to compare EclipseUML and eUML because eUML is EclipseUML in 2005 but certainly not EclipseUML 2010 !! It also seems that this chinese guy was the architect of the first EclipseUML build which was really very very buggy. I would only recommend to my worst enemy to use eUML :-) – UML GURU Jun 7 '10 at 14:33
Could you link me to your source of information? I've been using eUML2, and never had a problem with it. As noted in my other response, I like it more because the Free Edition supports version control (the free version of Omondo, when it existed, has version control disabled). – Jack Leow Jun 7 '10 at 20:38
2  
I found this ("...The French Java team has then created Soyatec using some source code which has been offered for free by Omondo in 2006. ...") on the Omondo website, which completely disputes what you posted. I'd be curious to see where you're getting your information. – Jack Leow Jun 7 '10 at 20:42
And this from Soyatec's site, which corroborates what's on the Omondo website. – Jack Leow Jun 7 '10 at 20:44
I met the founder of Omondo who told me during a diner at the jug that the free donation only concern some code but not all class diagram code. That's all I know – UML GURU Jan 17 '12 at 18:47

Try Papyrus, it is Eclipse based and open.

share|improve this answer

Try Green UML or Omondo UML.

share|improve this answer
At this time (Feb 2012) Omondo states on its web site that its free product is only for Eclipse 3.3 and earlier. – Ross Judson Feb 13 '12 at 14:00
yeah, not actual now :( – St.Shadow Sep 6 '12 at 11:14

Try ArgoUML. It is Open Source

share|improve this answer
I am using ArgoUML and want to switch from it. – Yatendra Goel Jun 7 '10 at 10:47
1  
@YatendraGoel why? – Janus Troelsen Jan 31 '12 at 22:57

try using Umlet. it is available in Helios Eclipse Marketplace. It has a very simple UI. AND it is free.

share|improve this answer

I here that eclipse have there own set of free tools in development called Model Development Tools (MDT).

I haven't had a chance to check it out yet, but it looks pretty exciting.

There is a tutorial on it's use as well, the tutorial page.

Looks like you've got loads of resources to choose from here!

share|improve this answer

Omondo's EclipseUML is very good - it is commercial but has trial versions

share|improve this answer
You need commercial version if you want to reverse existing code. Otherwise free (not trial, but totally free) version will be OK. – St.Shadow Jun 7 '10 at 9:57

You can try:

share|improve this answer
Can you provide a link for Eclipse Modeling so that I can install it directly via Eclipse. I am using Eclipse Ganymede. I tried searching on google for Eclipse Modeling and found the links but no one is working. – Yatendra Goel Jun 7 '10 at 10:40
Look there: eclipse.org/modeling/mdt/updates – lbedogni Jun 7 '10 at 13:34

Try Omondo and use the 30 days license to do the job. No nag screen, no tag in your code just the UML graphical diagram is 30 days limited. Once you have created the model and if the 30 days are over you can take your model and use another tool because this is compatible with any open source tool. Omondo is good for java reverse engineering and model creation.

Ganymede link: http://www.ejb3.org/download_studio_eclipse_3.4.html

share|improve this answer

You can use UML Lab if you need class diagrams with codegen, java import or round-trip. It's commercial but has a free student/academic edition.

share|improve this answer

Two more options:

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.