• 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

MVC pattern

 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
MVC pattern is used to seperate as model,view and controller.
then what else are the advantage of this pattern?

please answer the question...

MVC design pattern is very useful ...


Options

Select 2 correct options.

when the presentation keeps changing depending on user feedback.


when the database vendor changes dues to pricing.
Data Acces Object pattern is used in this case.

when the data has to be presented to different kind of users.


when the data representation keeps changing due to defective data modelling.
Well, there is no pattern to help you overcome this!!!

when the EJBs have a lot of attributes.
Value Object is used in this case
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic