• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

2 Question about Cade's Class Diagram

 
author
Posts: 194
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear all,
I'm using Cade's Diagram as guideline to build my Class Diagram for part II.

I can see in that diagram that Session Beans -like- "SearchProcessor" instead of a relationship, have a dependency ( - - - - > with other classes. Is it correct ? is it because they aren't entity but just components that instantiate other entities ?

Also, the ShoppingCart has a bi-directional relationship (straight line, no arrow) with the customer...why ? what does it mean ?

Thanks in advance
Francesco
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic