• 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

Can we enhance the domain model in the assignment?

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

While working on the assignment (Big Smokes), i realize that the domain model is not complete and some more domain classes might have to be added to align with the functionalities required.

If the above sounds confusing(and i am trying to walk the thin line of not violating javaranch policy)..what i mean is..the domain model is very non generic and if a system is built on such a model it wouldnt scale functionally..so can we introduce some general classes..and not represent the domain model 'as is' in the solution?

Have you experienced a similar problem? What did you do (and did you pass? ) Please let me know if i amj over crucifying the problem...

Your comments will help.

Thanks
 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Rahul

You can add to the given domain model but certainly not change what is given; just make sure to provide your justification accordingly.

Thanks
Rupesh
 
Ranch Hand
Posts: 75
Android Eclipse IDE Firefox Browser
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys,

I faced the same issue that Rahul faced, and I know that I need to add some classes to the domain model, but eventally that would effect the relations between the classes on the current domain model.

if I try to follow Rupesh advice, then I'm not allowed to change what's given "including the relation", then no use to introduce my new classes.

any help would be appreciated.
reply
    Bookmark Topic Watch Topic
  • New Topic