Login | Register
My pages Projects Community openCollabNet

argoeclipse
Project home

If you were registered and logged in, you could join this project.

Summary Eclipse plugin for UML design using ArgoUML
Category design
License Other OSI-certified license
Owner(s) tfmorris

The ArgoEclipse project provides integration between the Eclipse IDE and the UML components of ArgoUML. Instead of a standalone application, all ArgoUML functionality is available tightly integrated with the IDE.

This project is in its initial prototyping phase and was created for the 2006 Google Summer of Code. There are no milestone releases planned before the end of the summer, but working code is always available from SVN.

The plugin includes the following functionality:

  • Support for all seven UML 1.4 diagram types.
  • Synchronized source code and UML views of code (future)
  • Lots of other cool stuff...

Please feel free to request additional features using the issue tracker.

View a demo screencast

Have a look at the screencast in various formats: http://argoeclipse.tigris.org/documentation/video/screencast.html.

Download ArgoEclipse

Instructions about downloading/installing ArgoEclipse: http://argoeclipse.tigris.org/documentation/download.html.

Mission

The goal of the project is to provide seamless integration between the UML functionality provided by the core ArgoUML project and the Eclipse IDE.

The focus of this project is on the integration pieces only. All of the core functionality is provided by either Eclipse or ArgoUML. We just provide the glue.

The plugin is written in 100% Java and uses the native ArgoUML Swing UI components for most of its GUI, rather than the Eclipse SWT components. Source code management is done using SVN.

General description of the plugin

You can find out information about ArgoEclipse, what is implemented into the plugin, what brings the plugin to Eclipse (menus, actions, wizards, etc) and other stuff on this page: http://argoeclipse.tigris.org/faqs/users.html

Notes for Developers

Do you want to find out how to checkout the source code? Here's how: http://argoeclipse.tigris.org/documentation/dev-notes.html

A To Do list for this project can be viewed here: http://argoeclipse.tigris.org/documentation/todo.html.

Related resources