OO tools

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
(Added Visual Paradigm UML tool)
 
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
[[Image:Umldiagram.png|frame|right]]
 
 
 
This page describes the software engineer's arsenal. It is not intended to go into detail as to what these encompass; however, it will allow suitable tools to be proposed.
 
This page describes the software engineer's arsenal. It is not intended to go into detail as to what these encompass; however, it will allow suitable tools to be proposed.
  
 
== UML ==
 
== UML ==
 +
[[Image:Umldiagram.png|frame|right|A potentially appropriate use case diagram.]]
 
==== Round Trip Systems ====
 
==== Round Trip Systems ====
* Together - Part of Borland's Eclipse implementation. Not well maintained, but still one of the best available round trip UML systems. It is not open source. The site can be found [http://www.borland.com/us/products/together/index.html here].
+
* [http://www.borland.com/us/products/together/index.html Together] - Part of Borland's Eclipse implementation. Not well maintained, but still one of the best available round trip UML systems.
* GreenUML - An eclipse plug in. A passable system for class diagrams, does not scale well. Produces some unexpected behaviour. The site can be found [http://green.sourceforge.net/ here]. Additionally SeriouslyGreen a GreenUML extension with automated SVG export and themes. Produced last year as a software project at UC.
+
* [http://green.sourceforge.net/ GreenUML] - An eclipse plug in. A passable system for class diagrams, does not scale well. Produces some unexpected behaviour. Additionally SeriouslyGreen a GreenUML extension with automated SVG export and themes. Produced last year as a software project at UC.
 +
* [http://uml.netbeans.org/ Netbeans UML] - This is a nice plugin for Netbeans that allows you to do reverse engineering (i.e. go from Java code to UML) and I think can also be used for round trip. The layout it generates isn't too nicely laid out by default but can be changed quite easily.
 +
* [http://www.visual-paradigm.com/solution/freeumltool/ Visual Paradigm for UML Community Edition (VP-UML CE)] - A very nice and well documented and supported UML tool. Include features like reverse engineering, import & export options and comes in stand alone community edition as well as Visual Studio or Eclipse plugins. The Eclipse plugin supports Java round-trip engineering. Supports Windows, OSX, Linux, & Unix.
  
 
==== Static Systems ====
 
==== Static Systems ====
* Umbrello - A decent static system. Can generate most standard UML diagrams. Can import java classes one folder (i.e. package) at a time. Good at printing/exporting large diagrams. Linux ap, currently being ported to Windows & Mac. Can be found [http://uml.sourceforge.net/ here].
+
* [http://uml.sourceforge.net/ Umbrello] - A decent static system. Can generate most standard UML diagrams. Can import java classes one folder (i.e. package) at a time. Good at printing/exporting large diagrams. Linux ap, currently being ported to Windows & Mac.
* Magic Draw - Comprehensive free UML tool written in Java. Community Edition can be found [https://secure.nomagic.com/main.php?ts=download_demo&cmd_go_to_login=1&menu=download_community&back_cmd=cmd_show_community here] (registration needed).
+
* [https://secure.nomagic.com/main.php?ts=download_demo&cmd_go_to_login=1&menu=download_community&back_cmd=cmd_show_community Magic Draw] - Comprehensive free UML tool written in Java. Community Edition can be found [https://secure.nomagic.com/main.php?ts=download_demo&cmd_go_to_login=1&menu=download_community&back_cmd=cmd_show_community here] (registration needed). Version 16.5 seems to be quite buggy and is very slow.
 +
* [http://argouml.tigris.org/ ArgoUML] - Free open source Java application. Runs much faster than Magic Draw.
 +
* [http://www.umlet.com/ UMLet] - Simple design with minimal features but easy and quick to use.
 +
* [http://bouml.free.fr/ BOUML] - Open Source and cross platform.  Can reverse engineer C++, Java and Php code.
  
 
== Editors ==
 
== Editors ==
Line 19: Line 23:
 
* [http://msdn.microsoft.com/en-us/vstudio/default.aspx Visual Studio]
 
* [http://msdn.microsoft.com/en-us/vstudio/default.aspx Visual Studio]
 
* [http://www.geany.org/ Geany]
 
* [http://www.geany.org/ Geany]
 +
* [http://www.codeblocks.org/ Code Blocks]
  
 
====Text Editors====
 
====Text Editors====

Latest revision as of 12:57, 26 July 2010

This page describes the software engineer's arsenal. It is not intended to go into detail as to what these encompass; however, it will allow suitable tools to be proposed.

Contents

UML

A potentially appropriate use case diagram.

Round Trip Systems

  • Together - Part of Borland's Eclipse implementation. Not well maintained, but still one of the best available round trip UML systems.
  • GreenUML - An eclipse plug in. A passable system for class diagrams, does not scale well. Produces some unexpected behaviour. Additionally SeriouslyGreen a GreenUML extension with automated SVG export and themes. Produced last year as a software project at UC.
  • Netbeans UML - This is a nice plugin for Netbeans that allows you to do reverse engineering (i.e. go from Java code to UML) and I think can also be used for round trip. The layout it generates isn't too nicely laid out by default but can be changed quite easily.
  • Visual Paradigm for UML Community Edition (VP-UML CE) - A very nice and well documented and supported UML tool. Include features like reverse engineering, import & export options and comes in stand alone community edition as well as Visual Studio or Eclipse plugins. The Eclipse plugin supports Java round-trip engineering. Supports Windows, OSX, Linux, & Unix.

Static Systems

  • Umbrello - A decent static system. Can generate most standard UML diagrams. Can import java classes one folder (i.e. package) at a time. Good at printing/exporting large diagrams. Linux ap, currently being ported to Windows & Mac.
  • Magic Draw - Comprehensive free UML tool written in Java. Community Edition can be found here (registration needed). Version 16.5 seems to be quite buggy and is very slow.
  • ArgoUML - Free open source Java application. Runs much faster than Magic Draw.
  • UMLet - Simple design with minimal features but easy and quick to use.
  • BOUML - Open Source and cross platform. Can reverse engineer C++, Java and Php code.

Editors

IDEs

Text Editors

Further Visualisation/Comprehension Tools

See Also

Personal tools