• 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

Query : Part 2 Assignment

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

In my assignment, there is one requirement which is being put under workshop output not under any use case. As per that requirement "In future there are some new requirements will get added . SuD must cater for this requirement". How should I address this in solution ? My thought is that , I shall address this under Architeture/Design principle. For instance, the components are loosely coupled in the system and the services are coarse grained.My application architecture addresses the separtion of concerns.Therefore , system is capable of extending as much as we want. Extensibility is one of the QoS here. Any thought on this ?

Thanks,
Sankar
 
Ranch Hand
Posts: 125
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You need to mention about the future requirements in component diagram lets say by mentioning it has a new component OR how the new future requirement can be included in the current design. You need to mention about the details of it in Assumptions as well.
 
reply
    Bookmark Topic Watch Topic
  • New Topic