• 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

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
is there anything like mvc1&mvc2.some books are saying there is mvc1&mvc2.some are saying there is no mvc2.only mvc is there.there is model1&model2.model2 we call as mvc.which one is correct.
 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi bolloju,
Please post your question in the right part. Not in this forum.Anyway you can check this URL: http://www.javaranch.com/journal/200603/Journal200603.jsp#a5
 
Ranch Hand
Posts: 1710
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi bolloju,

As I know MVC stands for "Model View Controller"

Your question is obscure. This is SCJP forum, you can post this in the Design
Pattern forum of this site to get the response.


Thanks,
 
Bartender
Posts: 2968
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
MVC in Java EE refers to the 11.1.1 Model-View-Controller Architecture.

MVC1 and MVC2 are sometimes used to refer to the Model 1 and Model 2 Application Architectures.
Understanding JavaServer Pages Model 2 architecture

Sometime peoples refer to the MVC pattern. Have a look at this for more background.
 
reply
    Bookmark Topic Watch Topic
  • New Topic