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

Cade's BDM and Model

 
Ranch Hand
Posts: 122
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Few queries about the sample application in Cade's GES system:

1) Product(*) -> ProductCategory(1) is what is shown in BDM but in the actual class diagram it is many to many. More probability of being a typo, right?

2) Where does the Products and categories load from? Can we assume that these are entities and hence are loaded from the DB? Only when the user selects a product or category, their availability is checked against the external system?

3) Manufacturer is an attribute inside the product: Agreed. But would I be wrong if the class diagram still holds the Manufacturer class and a One-to-One relation (Unidirectional) with the product class?

Thanks in advance for your suggestions.
S.
 
Live ordinary life in an extraordinary way. Details embedded in this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic