Unified Modeling Language, an object modeling and specification language used in software engineering.

learn more… | top users | synonyms (1)

188
votes
49answers
86k views

What's the best UML diagramming tool?

I'm trying to choose a tool for creating UML diagrams of all flavours. Usability is a major criteria for me, but I'd still take more power with a steeper learning curve and be happy. Free (as in beer) ...
110
votes
10answers
122k views

Recommended Eclipse plugins to generate UML from Java code

Are there eclipse plugins that you can recommend for generating diagrams (UML, sequence) from Java code?
66
votes
23answers
95k views

Best UML Application for MAC OSX / Cross Platform [closed]

What is the best mac based or even better cross platform UML Application available both costed and opensource / freeware?
55
votes
31answers
5k views

Is UML practical?

In college I've had numerous design and UML oriented courses, and I recognize that UML can be used to benefit a software project, especially use-case mapping, but is it really practical? I've done a ...
29
votes
11answers
26k views

Good free UML tool for Java/Eclipse?

I'm looking for a free and easy-to-use UML diagramming tool for Java. In particular I'd looking for something that would integrate with Eclipse, as most of my codebase is in Eclipse. Any ...
28
votes
4answers
3k views

Modelling a permissions system

How would you model a system that handles permissions for carrying out certain actions inside an application?
28
votes
8answers
28k views

PHP UML Generator

How do I generate UML diagram based on existing classes in PHP?
27
votes
27answers
2k views

How Much Designing Should Go On Before Any Coding Takes Place?

I'm currently in school and for my Senior Project we have to spend 1/3 terms just doing UML diagrams and other tedious documentation for our project. This involves alot of designing and planning for ...
27
votes
10answers
14k views

What's the best way to generate a UML diagram from Python source code?

A colleague is looking to generate UML class diagrams from heaps of Python source code. He's primarily interested in the inheritance relationships, and mildly interested in compositional ...
25
votes
20answers
4k views

Do you still use UML? How? What for?

Few years back everybody in our shop was crazy with UML. Now everybody seems to have cooled off. I am curious if there is still widespread use of UML in software projects. If so, is this usage ...
23
votes
3answers
17k views

Reverse Engineering Code into a UML Class Diagram in VS 2010

Reverse engineering source code into a VS 2010 UML class model? I have a bad feeling that this is not supported in VS 2010 (I'm using the RC from Feb 2010). I've tried dragging classes from the ...
22
votes
13answers
23k views

Best Free Professional Looking UML Tool?

I like the look of the Visual Studio Class Designers, but it doesn't give me the flexibility of designing before I implement the code. Also, I'd like to show interfaces, inheritance, and aggregation ...
20
votes
9answers
4k views

Aggregation verses Composition

I've had a hard time understanding the difference between composition and aggregation in UML. Can someone please offer me a good compare and contrast between them? I'd also love to learn to recognize ...
20
votes
4answers
18k views

Uml class diagram enum

I am modeling a class diagram. An attribute of a class is an enumeration. How do i model this? Normally you do something like this: - name : string But how to do this with an enum?
19
votes
22answers
3k views

Diagramming Software for a Developer/Designer

For a long time I've been looking for a good diagramming/vector-based drawing program that meets my needs as a developer. I'd like to: Draw database diagrams Draw flow charts Draw object-modeling ...
18
votes
3answers
2k views

Optimal Eclipse CDT (C++) experience in March of 2010

I am a student who will be using C++ next quarter. I really enjoyed using the Galileo release of Eclipse with Java and I would like to continue using Eclipse for for C++ development. I am now ...
18
votes
6answers
16k views

Tools for generating UML class diagram from C# source or dll

I'm looking for a tool that would generate an UML diagram from a C# project or the compiled .NET dll. I've yet failed to come across any and the built-in basic class diagram generation in Visual ...
16
votes
8answers
4k views

Do you use UML in Agile development practices?

It feels like an artifacts of an earlier days, but UML sure does have its use. However, agile processes like Extreme Programming advocates "embracing changes", does that also means I should make less ...
15
votes
13answers
1k views

Is UML a programming language?

Could UML be used to program a computer system on its own, without a supporting implementation language, e.g. diagrams straight to machine code (maybe via C or C++ etc), without human coding ...
15
votes
4answers
379 views

Modelling / documenting functional programs

I've found UML useful for documenting various aspects of OO systems, particularly class diagrams for overall architecture and sequence diagrams to illustrate particular routines. I'd like to do the ...
15
votes
19answers
1k views

What tools (free) do you use to design software

What tools do you use to speed up documenting application design. Namely, creating wireframes, flowcharts. What other methods do you find essential . Is the general consensus that use cases are ...
14
votes
12answers
6k views

Eclipse UML plugin?

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 ...
14
votes
4answers
4k views

What is the best book on UML for software developers?

There appear to be many ways to apply and use UML in software design. There are also many books which apply UML and seem to have a different spin on the way it is used. Which book or collection of ...
13
votes
13answers
1k views

From Java code to UML diagram

Is there any software that can make UML diagrams from my Java code?
13
votes
3answers
2k views

Recommend a best UML tutorial

I just want to use UML to help myself to design a software and communicate with others. There are many tutorials or introductions searched by google. Will you recommend a best one to me? Thanks.
13
votes
2answers
2k views

What is the correct way to represent template classes with UML?

On a UML diagram, what is the correct way to represent a template class?
13
votes
14answers
4k views

What is the best alternative to Microsoft Visio for UML diagramming? [closed]

I need to make some UML diagrams. What is the best alternative on both Windows and OS X?
13
votes
4answers
4k views

Rendering UML diagrams from text files

Is there any good tool or tool-chain that allows UML images in the .svg format to be created from a textual source file? The reason for this question is that I want to automate the generation of ...
12
votes
8answers
3k views

What tools should I use to visualize structure of my code?

I have an application written in Java. In is stored in several files. It uses different classes with different methods. The code is big and complicated. I think it would be easier to understand the ...
12
votes
8answers
1k views

Can UML be used to model a Functional program?

More specifically, how do you model a functional program, or one developed using the Functional Style (without classes) using a diagram, and not textual representation, is it at all possible and could ...
12
votes
10answers
6k views

what are the most significant disadvantages of using UML?

UML is a great language to model software for business requirements, but there is a growing community that points some disadvantages for some lacking features. What are the most significant ...
12
votes
6answers
4k views

Is there an inituitive UML approach to depict threads

I'm fond of using UML diagrams to describe my software. In the majority of cases the diagrams are for my own use and I use them for more involved pieces of code, interactions etc. where I'll benefit ...
12
votes
13answers
1k views

Is UML still seen as a viable way of documenting a software design?

Is UML still seen as a viable way of a documenting a software design? Extra points for references that back up any claims :)
12
votes
7answers
1k views

What tools/diagrams do you use for modelling multithreaded systems?

I'm sitting there every time I model my systems, thinking, there must be a better way to model concurrency than using UML activity diagrams. Please share your thoughts. What's your favourite tool or ...
12
votes
4answers
1k views

Can you recommend good UML tutorials?

I know I could search for this on the internet but the signal to noise ratio is too low. Have you found or know about any good tutorials on UML? I would really like to find something that explains UML ...
11
votes
6answers
1k views

Association vs. Aggregation

I have reviewed a lot of information about these things, but can't understand what is the difference between them? In Fowler's UML Distilled says that Aggreagation is strictly meaningless, so author ...
11
votes
5answers
2k views

BOUML Project status

Can anyone explain to me what happened to the BOUML project? I read a scary message on what used to be its site: 'Due to the continuous license violations, attacks and injuries from people of ...
11
votes
1answer
3k views

UML Sequence Diagram in Dia?

What's a good workflow (usage procedure) for creating a UML Sequence diagram in Dia?
11
votes
19answers
991 views

What tools do you design software with?

Years ago, I used to use Rational Rose. It was big and bulky, and I only used a subset of the features, but it got the job done. Lately (last few years or so), I've just been sitting down with sheets ...
10
votes
3answers
357 views

Books specifically on Software Architecture and not Software Design [closed]

Can you please suggest some books on Software Architecture, which should talk about how to design software at module level and how those modules will interact. There are numerous books which talks ...
10
votes
6answers
4k views

Free UML Modelling tool for OS/X

are there any good free native UML modelling tools for OS/X that allow you to quickly whip up simple UML diagrams. I know about ArgoUML, great for a java app (its usable), but certainly painful to ...
10
votes
20answers
3k views

What kind of UML diagrams do you use?

UML2 offers different kinds of diagrams. Up to now I only used class diagrams. What kind of UML diagrams do you use? What kinds of diagrams do you recommend for design & documentation of a ...
10
votes
6answers
16k views

Generating UML from C++ code?

Is there a tool that can parse C++ files within a project and generate UML from it?
9
votes
6answers
525 views

How to understand the design and code flow of any product quickly?

I have switched to a new company and I am working on a product that has a huge code base without documentation. I want to quickly get acquainted with the design and the code flow of the product so ...
9
votes
15answers
1k views

Free UML Tool for use

Friends could tell me free uml tool for using? I use Argo UML but I don't like it.
9
votes
5answers
14k views

How can I create a class diagram with NetBeans' 6.8 UML module?

It seems to me the UML module of NetBeans is a bit too much hidden. In NetBeans 6.5 it was very easy to create an UML diagram. No plugin installation necessary or sth. like. Read my post where I ...
9
votes
7answers
379 views

Java architecture coding conventions

I have been working at a few different companies now and every one has different rules about how to name classes and packages. They each have different package layouts and workflow between classes. ...
9
votes
7answers
5k views

Free utility which runs in Linux to create a UML class diagram from Java source files

I prefer to jot down UML-diagrams on paper and then implement them using Java. It would be nice to have a utility which could create UML-diagrams for me which I may share on-line and include in the ...
9
votes
5answers
2k views

Online UML Guide

My software design experience only goes as far as SSADM with C, so when I started Java I knew I'd have to learn UML somewhere along the line, but alas, now that I need to use it I don't know much of ...
9
votes
11answers
5k views

Graphviz for documentation

I noticed that doxygen uses the graphviz library for creating diagrams. Have you ever used graphviz for generating documentation? Is it worth learning the graphviz for documentation purposes outside ...

1 2 3 4 5 29