Let's go inside

this blog is deprecated as a result of laziness.
posts - 59, comments - 2, trackbacks - 0, articles - 0

UML tool for Eclipse

Posted on 2006-08-08 00:20 Earth 阅读(481) 评论(0)  编辑  收藏 所属分类: Eclipse
I am thinking about using some UML tool for my distributed search  engine design. I guess there must be a UML tool for Eclipse which is open source IDE i am using...

Fortunately, I found that UML2 is one of Eclipse projects which should be best to support Eclipse. To install UML2 in Eclipse by update manager, the EMF (Eclipse Modeling Framework) should be installed at first, which is also one of Eclipse projects.

The update site information for EMF:
* Name: EMF Update Manager Site
* URL:    http://download.eclipse.org/tools/emf/updates/site.xml (Releases)
 (or):    http://download.eclipse.org/tools/emf/updates/site-interim.xml (I, M and S Builds)

The update site information for UML2
* Name: UML2 Update Manager Site
* URL: http://download.eclipse.org/tools/uml2/updates/site.xml

references:
http://www.eclipse.org/uml2/
http://www.eclipse.org/emf/
http://www.developer.com/design/article.php/1593811