This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes OO, Patterns, UML and Refactoring and the fly likes MVC Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » OO, Patterns, UML and Refactoring
Reply Bookmark "MVC" Watch "MVC" New topic
Author

MVC

bolloju bnm
Greenhorn

Joined: May 15, 2007
Posts: 11
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.
Vijayanand Jayaraj
Greenhorn

Joined: May 19, 2007
Posts: 24
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


Thanks,<br />Vijay Anand
Chandra Bhatt
Ranch Hand

Joined: Feb 28, 2007
Posts: 1707
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,


cmbhatt
Peer Reynders
Bartender

Joined: Aug 19, 2005
Posts: 2906
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.


"Don't succumb to the false authority of a tool or model. There is no substitute for thinking."
Andy Hunt, Pragmatic Thinking & Learning: Refactor Your Wetware p.41
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: MVC
 
Similar Threads
Business class under model layer or not
MVC 1 and MVC 2
Difference between MVC and MVC2
Why struts framework not any other?
what is difference between MVC1 & MVC2 pattern?