• 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 - Is it the best ?

 
Author
Posts: 399
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome Marty,
Nice to get you here.
Well, is MVC the best, or is it a beginning, in the sense, Would we get to see more different architecture, will there be something like Model 3 ??
something like Bean - XML - JSP - Servlet
hope I am clear.
MB
 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Why do you think we need type 4?
 
Author
Posts: 111
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Well, is MVC the best, or is it a beginning, in the sense, Would we get to see more different architecture, will there be something like Model 3 ??


MVC is a pretty simple idea: separate the code that creates the data from the code that presents it. This general idea is likely to continue to be useful in lots of applications, but various incarnations of this approach and frameworks built around it will continue to evolve, and lots of other good (orthogonal) ideas will also continue to spring up.
So, no, the fact that we have the MVC approach (separate different parts of the code) definitely does not mean that there is no further room for improvement in architecture and approaches.
Cheers-
- Marty
 
Pradeep bhatt
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Marty,
Can you please let us the know the areas of improvements.
 
reply
    Bookmark Topic Watch Topic
  • New Topic