• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Free UML tool for Part 2?

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could anyone please tell me free UML tool that exports in HTML that I can use for SCEA Part 2? I tried ArgoUML but it doesn't export to HTML and Mircosoft's VISIO's HTML is not "pure" and might be rejected. Exact name of the product or link to download would help a great deal. Many thanks for your help.
 
Ranch Hand
Posts: 90
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can use any tool you like, make a screenshot and save it to jpeg/whatever and use it in your html...

In my opinion most programs will miss "export to html" functionality, they'll rather have "export to jpeg" or sth like that... Diagram is a picture, not a webpage, so why a need to export html?
 
Ranch Hand
Posts: 181
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I have used StarUML. It is free and easy and it can export the diagrams as bitmaps.

www.staruml.com.
 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
One more free UML tool is ArgoUML

http://argouml.tigris.org/
 
Tom Shaw
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'll try StarUML. Thanks for the tips.
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
By the way, it'd be an interesting addendum to this thread to give a little review of how well the free tool works. I'm interested.

-Cameron McKenzie
 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We primarily use Eclipse to develop, and so spent quite a bit of time looking for a free UML plugin for Eclipse. We found some, but none that were as comprehensive as the UML tools built directly into Netbeans. So, now we just switch to Netbeans when we need to do UML, and so I'd recommend giving that a try as well.
 
Ranch Hand
Posts: 317
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I like Poseidon UML poseidon web page(community edition). While studying for UML cert I discovered that Poseidon supported more of the latest UML 2.X standard than the other guys listed.

Perhaps the other guys have come out with new editions in the last year
 
Tom Shaw
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do Poseidon and NetBeans export to HTML? Thanks.
 
Ranch Hand
Posts: 213
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using NetBeans for part II as well.

It doesn't export to HTML, but you can export images which you can embed into HTML.
 
Ranch Hand
Posts: 89
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I used JUDE Community edition. I exported the images as PNG and provided links in index.html

http://jude.change-vision.com/jude-web/product/community.html
 
Ranch Hand
Posts: 697
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I also find JUDE very user friendly. Unfortunately, the Community Edition is not so UML 2.0 compliant.

I'm still checking out Poseidon Community v5 and it looks like it has better UML 2.0 coverage. (Poseidon Community Edition however comes with a fee of approx 60USD/year).

Haven't tried Netbeans UML, does it support UML 2.0 as well?
 
Ranch Hand
Posts: 376
Scala Monad
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I must say I really like StarUML: is fast, the look&feel and usability reminds me of Rational Rose, and is UML2 compliant (although it doesn't seems to be able to export to UML2 XMI, a drawback if you want to use MDA). But if you want a nice UML editor to draw some diagrams and maybe generate some code, it's a very good choice.
(I evaluated a couple of tools for SCEA part 2, and this was my final choice... I've exported the diagrams to PNG images, put links to them in an html document, and after a while I got the certification )
[ October 25, 2007: Message edited by: Gabriel Claramunt ]
 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sun Java Enterprise Studio is free.
 
Patrick Williams
Ranch Hand
Posts: 213
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
On second thought, the component diagrams in netbeans are ugly. I'm not sure if I'm sticking with it. I might be too picky, but the components aren't the normal shape and it uses a stereotype to denote a component instead of the UML accepted shape.
 
Paul Michael
Ranch Hand
Posts: 697
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Currently downloading Visual Paradigm's Community Edition (supports UML 2.1). Will let you know how it works in a few days...
 
Tom Shaw
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I just downloaded StarUML. Thanks for replies. It's odd that StarUML didn't showup in Google search for 'free UML tool'.
 
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've done Part II with Visual Paradigma for UML. First, I gave the community edition a try. After a couple of diagrams the exported images were crippled by watermarks. The "community edition" is virtually useless. If you want to get rid of the watermarks you must spend 59 USD for the "personal edition". There is still a "Not for commercial use" hint in the diagrams though.

Lars
 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'd both StarUML and Eclipse UML, I'd also tried Rose. But I strongly recommend StarUML for this assignment.

PS, I once found StarUML does not work so I reinstall it and everything recover, so please be careful. Keep back up always.
 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Use BoUML. It's lightweight and exports nicely to HTML.
 
Patrick Williams
Ranch Hand
Posts: 213
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
StarUML convert here! Netbeans was driving me up the wall so I am in the process of converting over to StarUML. I've discovered what i was doing wrong the last time I tried to use it (which caused me not to like the tool).
 
Tom Shaw
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks guys/gals. Is there a time limit/expiry date for giving SCEA part 2 & 3 after buying voucher for Part 2? I bought voucher for part 2 last year and it doesn't have an expiry date.
 
Paul Michael
Ranch Hand
Posts: 697
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If I'm not mistaken, you have 1 year to complete the assignment after purchase/download date.
 
I didn't do it. You can't prove it. Nobody saw me. The sheep are lying! This tiny ad is my witness!
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic