• 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

Appropriate UML diagram.

 
Ranch Hand
Posts: 199
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have to show a flow between different technologies(Java,Unix) and Database side(tables).Which UML diagram can most appropriately represent such type of relationship?
 
Ankit Tripathi
Ranch Hand
Posts: 199
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Anybody Pleasee?
 
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is no UML for showing the flow b/w different technologies. Use any visual representation medium like a flowchart or block diagram in PPT or Visio(anything with Visio gives a feel of being a techie to some ;) )
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can go with Domain Realiazation Diagram
 
Ranch Hand
Posts: 597
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rajnikant Patel wrote:You can go with Domain Realiazation Diagram


Which version of UML has this diagram?
 
Rajnikant Patel
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I mean..Domain Class Diagram with realizations relationship. You can get this diagram with any version of UML..
 
Sandeep Awasthi
Ranch Hand
Posts: 597
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Class diagrams has nothing do with flow. For more information about realization association http://en.wikipedia.org/wiki/Class_diagram#Realization.
Are you purposely acting ignorant?

@OP UML Diagrams are divided in two categories. Structural and Behavior Diagrams. Flows are generally shown using Behavior Diagrams => Activity Diagrams,Sequence Diagrams, Communication diagrams, interaction diagrams ( uml 2) etc.
The flow you are trying to show is generally not shown using UML. You can use some tool like MS Visio, if you really want to show something which is not available in standard UML notation and use your own notations.
Good luck.

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can use Class diagrams to show the static behavior of your system while activity diagram or sequence diagram to represent the dynamic behavior. Also ER diagram could be used to represent your database structure.

show a flow between different technologies(Java,Unix) and Database side(tables)

This can not be done with UML diagrams.
 
Ranch Hand
Posts: 2187
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
UNIX is a computer operating system.

Java is a computer programming language.

A database is a computerized data storage tool.

The Unified Modeling Language is a visual language typically used for documenting object-oriented software designs.
 
Your mother was a hamster and your father was a tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic