• 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

UML tool to reverse engineer and create documents

 
Ranch Hand
Posts: 255
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I want to know whether we have any UML tools (both commercial & opensource/free) which does generate code from UML diagrams as well as do the reverse engineering from source code and more importantly create a word document with the respective contents on the same? Please clarify.

Thanks.
 
Rithanya Laxmi
Ranch Hand
Posts: 255
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Guys any update on this?
 
Bartender
Posts: 2407
36
Scala Python Oracle Postgres Database Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think Oracle JDeveloper does most of this. Not sure, as I haven't used it for a long time.

Incidentally, remember that the people providing free advice here also have day-jobs, so try not to be quite so impatient if you don't get a reply immediately.
 
Rithanya Laxmi
Ranch Hand
Posts: 255
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I have a few queries here in enterprise architect :

1) The reverse engineering will generate only the class diagram as a model? can't we change to another diagrams like sequence diagram?
2) The documentation from the model will contain only the internal structure of the model in terms of class, methods, parameters, etc but wont contain the behavior of the model ? how we can get the content (description) of the behavior of the model with in the system in enterprise architect?

Please clarify.
 
chris webster
Bartender
Posts: 2407
36
Scala Python Oracle Postgres Database Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rithanya Laxmi wrote:
I have a few queries here in enterprise architect :
...
Please clarify.


RTM?
 
Ranch Hand
Posts: 339
7
Tomcat Server Ubuntu Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are some UML Software packages that will write projects from the UML diagrams and some will import projects and generate diagrams that can be edited and used to update projects. The one I hear about most is Rational Rose now owned by IBM. Rational Rose for JEE development . The software is expensive USD $6,050.00 for a single user license.

There are some open source UML modeling packages listed here UML modeing
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic