• 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

SCEA Assignment Cigar

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am working on my SCEA assignment, but now that I am almost ready I read again the workshop and found:

The following business domain model describes the key objects identified during the workshops. All of these objects and relaitionships between them should be addresed in your design and implementation



But, my design is based on the assumption that the system should be extensible, then I replace 3 objects (cigars) from my BDM (BusinessDomainModel) for just one (Product), but now I think this illegal and I should use the same model.

Is it possible to have a class diagram different from the BDM?

Thanks in advance,

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

i also got the Big Smokes Cigar Assignment and i was not really happy with the domain model.

So i changed it, put an new diagram into my solution and wrote down what changes i made to the domain model and why.

I passed, so i guess it was ok to change the domain model and justify the changes.

Regards,
Uli
 
Eduardo Plata
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you so much for your feedback, I was so confused with the quotation.

Now I'll try to justify my changes and the adds to my model.

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