Tagged Questions
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 ...
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 ...
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 ...
13
votes
13answers
1k views
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 ...
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 ...
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 ...
8
votes
7answers
356 views
Can anyone recommend any good cross platform (free) UML tool
I program (with various degrees of competence), in C, C++, C#, PHP, Python and Java. I do this on both Windows and *nix.
I need a UML tool that I can quickly use to 'formalize' architectures that I ...
7
votes
7answers
332 views
Is there a visualization tool that can inspect a Java code base and report inter-package dependencies?
We have a Java code base that has grown to be too big for a single monolithic JAR (more than 5000 classes). One of the tasks that we are investigating is how much effort would it be to break this ...
7
votes
2answers
928 views
Making the domain-model of tic tac toe
I am trying to make the domain model of a Tic Tac Toe game. I'll try then to go on through the various steps of the Unified Process and later implement it in some language (C# or Java).
I'd like to ...
7
votes
3answers
1k views
UML reverse engineering tools for Eclipse or Maven
do you know any good reverse engineering tool that creates UML diagrams from Java code and Hibernate mappings across multiple projects, in Eclipse or Maven (not in the Javadoc)?
Thanks
7
votes
7answers
2k views
Best UML plugins for Eclipse [closed]
I just inherited a J2SE project and will be working on it on Eclipse. I'd like to get some diagrams out of the existing code and I'm looking for good UML plugins to use with Eclipse.
Any ...
7
votes
7answers
11k views
Sequence Diagram Reverse Engineering
I'm looking for a tool that will reverse engineer into a sequence diagram BUT also provides the ability to filter out calls to certain libraries.
For example, the Netbeans IDE does a fantastic job ...
6
votes
3answers
192 views
Reverse Engineering poorly documented Java from source
I'm a systems engineer, recent college grad, and I've just been given a project that is exceptionally daunting.
We have a legacy system, we legally own the entire code and all rights to it. The ...
6
votes
5answers
1k views
UML Class Diagram and Generics
How do you indicate a generic class or interface in a Class Diagram?
I'm looking for two things really:
One is how do I model generic java classes if i were doing it with pen and paper.
Secondly, ...
6
votes
7answers
518 views
Need UML from Java
I need to maintain some project in Java, but it is very big. I need some plugin for Eclipse or program alone which can generate UML from Java project. Is there something what can help me ?
6
votes
7answers
646 views
Professional way to write project documentation
What tools and standards do you use to describe your project, database, modules, classes,
their interaction for programmers, let's say after the project is finished.
Do you use UML?
Are there ...
6
votes
10answers
941 views
How is UML useful? [closed]
Possible Duplicate:
Is UML practical?
I am doing UML in my University and I do not understand why we must do it. It looks like a model for OO databases but I think I can write Java without ...
6
votes
3answers
3k views
Is there a free Eclipse plugin that creates a UML diagram out of Java classes / packages?
This seemed to me like the easiest thing to find, a simple way to display my classes as UML in eclipse
But except this: http://java2uml.gforge.enseeiht.fr/ and this ...
6
votes
10answers
2k views
Generating Class Diagram
HI All I am at the end of the release of my project.So in order to keep working our manger asked us to generate Class Diagrams for the code we had written.Its medium project with 3500 java files .So I ...
6
votes
4answers
13k views
Is there a way to draw UML in Visio for Java?
I have Visio2007 and I really like it. However, it doesn't seem to have UML model/datatypes for Java. Is there some template I can download for Java? Or should I just forget about Visio altogether ...
5
votes
8answers
940 views
UML Diagram Tool - Eclipse plug in?
Can anyone help me? I am currently using eclipse java ide, and would like a plug-in that will automatically look at my classes and draw up a class diagram in UML.
any suggestions?
5
votes
15answers
895 views
freeware for generating diagrams
Do you know any nice freeware that will take my java sources and will generate class diagrams from them?
4
votes
1answer
179 views
Conversion of Association,Aggregation and composition into code in java?
I know There are different way of reprentation for Conversion of Association,Aggregation and composition in java. But when we convert them into code(java classes) they are all represented in same ...
4
votes
3answers
2k views
Generate UML Class Diagram from Java Project
Is there a good tool that can help to reverse engineer Java classes to UML that will show an overview of how my classes are related to each other? It doesn't need to decompile from JAR file because I ...
4
votes
5answers
1k views
Eclipse UML plugin with Java Code Generation
Does anyone know of a good (read: Free) Eclipse UML plugin that can also do code generation? If not, does anyone know of any good Eclipse UML plugins?
EDIT: I'm running Eclipse IDE on Fedora Linux
...
4
votes
6answers
1k views
Code understanding, reverse engineering, best concepts and tools. Java
One of most demanding tasks for any programmer, architect is understanding other's code. E.g. I am contractor, hired to rescue some project very quickly. Fix bugs, plan global refactoring and ...
4
votes
2answers
581 views
OCL Syntax Checker
I have been looking for an existing open-source syntax-checker for the Object Constraint Language (OCL). I intend to extend the syntax-checker with additional functionality not present in the OCL ...
3
votes
1answer
102 views
IntelliJ IDEA forward-engineering with UML?
From IntelliJ IDEA Help System on UML:
Forward engineering, which enables you to design and create a visual
model, and populate it with node elements, members and relationships.
IntelliJ IDEA ...
3
votes
5answers
249 views
Free UML tool/plugin for Eclipse can generate Java code?
I'm newbie for Eclipse. I don't know what plugin can create class diagram, sequence diagram... and generate java code and of coursce, it's free. Anyone know some tools like this ?
3
votes
3answers
247 views
UML for multithreading dataflow
Hallo,
I want to paint a diagram where you can see the dataflow of a java program, and if there are one or multiple threads handling the data.
Sequence charts don't show multithreading and get very ...
3
votes
6answers
548 views
Reverse engineering tools for Java web applications
I have been searching in the Internet looking for an application which could take a Netbeans Web project and create an UML diagram resulting from these classes. Also, but not essential, I would like a ...
3
votes
9answers
248 views
In need of a visually pleasing UML diagram tool
I've been looking for different tools to create UML diagrams for my Java apps. My prof uses Omnigraffle, but this is only for Mac/iPad. I'm really looking for something as visually pleasing as Omni ...
3
votes
2answers
176 views
Add list type to association
I am using the eUML2 (Free version) plugin to draw a UML class diagram. Now, let's assume I have a class Person and a class Car. I want the class Person to have a member cars which is a ...
3
votes
3answers
449 views
What are the best Software Development Analysis and Design Tools and that have the ability to transform Design into Real Code?
I try finding a good way to develop a software project instead of spending a lot of time in the development and coding phase but I do not find a suitable solution.
I know a little about Visio - ...
3
votes
2answers
1k views
Use case modelling for calculator
i need help modelling a use case diagram from a topic, it will be in java GUI
Design a Calculator that
1.Allow user to key in a legitimate arithmetic statement that involves number, operator +, - ...
3
votes
2answers
94 views
Using collections/containers/catalogs in Domain Models
Let's say I want to model a cinema. The cinema will have a couple of rooms(for example, 7), where the movies are being played.
I wonder how should I design the domain model for this scenario.
...
3
votes
4answers
2k views
Eclipse plugin or a Open source tool to reverse engineer java code for sequence diagram
I am looking out for a eclipse plugin or an open source tool to reverse engineer the sequence diagrams. I tried using Alto UML, but it just gives out sequence diagram of the class chose. I would like ...
3
votes
3answers
102 views
How to model “target day” in UML Classdiagrams
I want to describe the following situation in an UML Classdiagram:
A day, on which a newspaper is send to a customer. This day could be sth. like "every friday" or "every first day of a month".
My ...
2
votes
3answers
64 views
Program to plot diagram of interfaces and classes from javadoc
Does such program exist?
I have to study Java SE and diagram with all classes and interfaces from given package will be immensely helpful.
For example I want to plot all relations between subclasses ...
2
votes
5answers
110 views
Got stuck while designing inheritance, Which one is correct? [closed]
Trying to write a trivial application, But I have stuck into one of the inheritance problem,
Which one of these is correct? specifically which one should be correct based on particular scenario?
A).
...
2
votes
1answer
101 views
Lejos (java) and interfaces // UML suggestion
I created a project with lejos 0.9. Now what i know is that i'm only able to upload and compile classes (from java to nxj files) with the eclips plugin when the class has a public static void ...
2
votes
1answer
85 views
Enterprise Architect Synchronize with Code
I am learning EA. I did reserve engineering with my java code and generated some class diagrams. Then I changed my code and copy over to EA project (delete the original source code which EA used and ...
2
votes
5answers
129 views
UML Tool to reverse engineer object diagrams from java source?
I have been playing around with a few various UML tools- Enterprise Architect, Visual Paradigm; in the end I found Intellij IDEA good enough for producing quick UML class diagrams.
However, I found ...
2
votes
1answer
153 views
Spring Visualisation in Eclipse - UML Diagrams etc - Open Source
There are a few different Eclipse plugins out there or other Java IDEs which seem to have good Spring visualizations such as MyEclipse and IntelliJ, however these products all required a license.
I ...
2
votes
3answers
439 views
Full Java Exception class diagram?
Hi I have a terrible memory and I wanted to print out class diagram of Java SE Exception Classes hang it on the wall or something I know I don't need to memorize it, It's just when you're designing a ...
2
votes
2answers
150 views
Java: Two classes with nearly identical methods using two different enums; possible to avoid redundancy? (static methods everywhere)
I have two enums describing two UML profiles (meaning they define stereotypes that the profiles contain).
I also have two utility classes featuring nearly identical methods working on each of the ...
2
votes
1answer
1k views
Is there a good plugin for generate UML from Android(Java) classes?
Hey, I' looking for a good plugin that integrates with eclipse and read my Android classes and generate the UML of my android classes, with the classes diagram, the associations, inheritances. etc.
...
2
votes
2answers
212 views
Interfaces and abstract classes
Which is not true about interfaces and Abstract classes? (at least mark two answers)
a. Abstract class support to the inheritance relationship but not realization relationship.
b. Interface supports ...