• 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

PetStore UML diagrams

 
Ranch Hand
Posts: 105
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
Before I try to draw or use some tools to generate the full UML digrams for the Sun sample petstore, does anyone knows where can I find such Petstore UML diagrams, if available ?
Thanks in advance.
 
Ranch Hand
Posts: 349
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you know any tools that generates UML diagrams from code?
Faisal
 
faisal mahmood
Ranch Hand
Posts: 349
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I was looking for the same UML diagrams too.
I found there are some information in the blue print book.
Faisal
 
Ranch Hand
Posts: 223
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can use a reverse engg tool like TogetherJ
HTH
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sybase PowerDesigner 8 can reverse engineer and generate class diagram.
 
faisal mahmood
Ranch Hand
Posts: 349
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Sanjay Bahal:
You can use a reverse engg tool like TogetherJ
HTH


I installed Together-J three months back but havn't got a license key yet. Well, I never tried to get one.
Do you know the direct URL from where I get a key?
Faisal
 
faisal mahmood
Ranch Hand
Posts: 349
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Finally I got Together J working...
Can anyone instruct me how to generate UML from the code.
Faisal
 
faisal mahmood
Ranch Hand
Posts: 349
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by faisal mahmood:
Finally I got Together J working...

Can anyone instruct me how to generate UML from the code.

Faisal


Don't worry I already figured out myself.
Thanks anyway,
Faisal
 
Kodo Tan
Ranch Hand
Posts: 105
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Faisal
Can you tell us how you do it - reengineering with Together J. Thanks !
 
Ranch Hand
Posts: 224
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can I use rational rose to do it.
 
Ranch Hand
Posts: 1953
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
They both can do it. However, you need to use the rose enterprise edition.
TogetherJ is better for reverse engineering. They are more in control. Rose is better for design. You are more in control.
Roseanne
 
Roseanne Zhang
Ranch Hand
Posts: 1953
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
TogetherJ's previous free white paper edition can do it. That is their selling point. However, it is not free anymore.
I suspect that if you need design a real large enterprise application, rose is the choice.
My 2 cents.
 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In the petstore sun's example you can find the UML class diagram n differents formats including gif.
 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Eduardo Cobian:
In the petstore sun's example you can find the UML class diagram n differents formats including gif.


Where can I find this UML diagrams in GIF format?
Thank you very much.
[This message has been edited by david chen (edited January 02, 2002).]
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
does anybody know if there exists a component diagram for the petstore? This may be interesting, because the component diagram is 40%. I tried to reverse engineer the java code with Together J, but it is not very worthful, because there are too many details in the diagram.
The blue print uses a psedo-format not UML to describe their solution.
Lui
reply
    Bookmark Topic Watch Topic
  • New Topic