|
I know about ArgoUML , an UML modeling tool that needs java to run.
I'm looking for something similar but wich doesn't needs java.
Thank you in advance.
Started by eKek0 on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
This wiki list provides a pretty comprehensive list of free and pay UML tools, often you can tell if it runs natively ....
Entity relationship diagrams, UML diagrams, flowcharts, network diagrams, and many other diagrams to draw the shape.
|
|
Currently I'm exploring my way through all the new features added to the Visual Studio 2010 Beta 1 IDE and I found a feature that will hopefully be of great help to me. The UML Modeling tool in the Architecture Edition. I wanted to create a new test project...
Started by ZeroDestiny on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Customizing....
One convenient method of generating text files from a UML model is to use.
From a UML Model
From a UML model, you can generate program code, schemas, documents, resources, and other artifacts of any kind.
|
|
Do you use UML o or a domain specific modelling language(DSML)?
Do you make up your own modelling language? (A DSML)
Does it help getting code written?
Do you use them for code generation (or are they otherwise runnable )?
Do you use them to make pictures...
Started by Stephen on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
I use UML for modeling only, UML helps when I try to understand/create/re-call architecture of an OO never....
Rather than UML it provides a low level entry to modeling (simple class-based models.
Framework ( EMF ).
|
Ask your Facebook Friends
|
I'm looking for a free UML tool that runs on Windows and lets me create simple diagrams very fast, with as little mouse fiddling as possible.
I have no need for code generation or fancy stuff, just UML style boxes with arrows.
What I would like is something...
Started by Erik Öjebo on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I have a full-blown UML tool (the superb Enterprise Architect ) but I still use GraphViz daily for simple sketch....
It's cross-platform as the following one.
REALBasic }
I find JUDE very good, lightweight software for modeling in UML.
|
|
I've been looking around at the different options, and it seems that even some of the most popular open source tools are Windows-only (StarUML, for example). What is the best open source alternative to programs like Visio and Rational Rose for linux?
Started by Matthew on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Eclipse Modelling tools supports UML Dia also supports UML.
It does the job.
I've used ArgoUML.
|
|
I have found some articles on uml sequence diagrams, which mention a reply message would be optionally, but i could not find any hint to confirm this in the 2.2 uml super structure specification. maybe someone who is familiar with that spec could answer...
Answer Snippets (Read the full thread at stackoverflow):
495 (pdf page 511) of the pdf at OMG v 2.2 Superstructure :
If the Message represents a CallAction, there will normally be a reply message from the called Lifeline back to the calling lifeline before the calling... .
From Pg.
Sounds like it is in fact optional.
|
|
Hello, Trying to better my grasp on this area of application design/architecture/development and looking for any suggestions in this area. I have read some other posts and have a list of development theory books, but would like to form a list for more...
Started by gokujou on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I have the good old "Building Web Applications UML" in my bookshelf, but yeah is bad but IMHO UML for web apps doesn't make really sense..
Looks promising.
|
|
I am curious if you might share your experiences developing software using graphical models of any kind. Flowcharts, state diagrams, whatever. Have you found any graphical tools that dramatically increased your productivity over working in pure code?
Started by John Cromartie on
, 19 posts
by 18 people.
Answer Snippets (Read the full thread at stackoverflow):
If you have a rapidly changing domain model and then build your own interpreter a textual story....
They often don't anti-alias a standard UML model.
Reasons -
most model-based UML tools don't produce high quality diagrams.
|
|
Hello,
I would like to see some samples of UML modeling scenarios.
Thank you
Answer Snippets (Read the full thread at stackoverflow):
Have you looked at the links provided in the UML resource page ?
( via ).
|
|
Could any one recommend some good UML/modeling tools for Ruby and Ruby on Rails? Edit: would be nice to generate code from UML diagrams as well as generate diagrams from existing code.
Started by Jimmy on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Based on your comment - UML is a generic, language-independent ....
Ideally, the tool could use the XMI standardWhat do you mean by "for Ruby"? UML is language-agnostic.
Engineer it back into UML (sync the model to the code).
|