• 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

Question on Mark Cades Example with Extensibilty

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In the Mark Cade's worked out Assignment As of now the availability notice is being created with the Steel,Wood and Concrete. What if tomorrow if seller wants to add create the availability notice with few other products like Plastic or something . Then it requires the code change and re-deployment correct. If it requires the code change like this to create the avaibability notice few other products is it a good idea or the Application should be more generric to handle these situation

Also another question in this example if the seller is creating availabilty notice with the 10-Concrete,15-Wood and 20-Steel. I would see the record in the AvailabilityNotice and what would be the columns in the Availability notice table . Are we even going to have the records in the Wood,Steel and Concrete.


If someone can clarify this to me , that would help me alot in my actual assignment.


Thanks in Advance
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic