IntelliJ Java IDE
The moose likes OO, Patterns, UML and Refactoring and the fly likes MVC and 3 tier Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » OO, Patterns, UML and Refactoring
Reply Bookmark "MVC and 3 tier" Watch "MVC and 3 tier" New topic
Author

MVC and 3 tier

sree kov
Greenhorn

Joined: Jul 23, 2001
Posts: 15
Hi ,
I have been trying to read about MVC and 3 tier architectures.
Can anyone let me know the differences between MVC and three tier architectures ??
Desai Sandeep
Ranch Hand

Joined: Apr 02, 2001
Posts: 1157
One more thing - MVC is related to designing software while three-tier architecture is related to scalability and has got nothing to do with design.
-- Sandeep


<b>Sandeep</b> <br /> <br /><b>Sun Certified Programmer for Java 2 Platform</b><br /> <br /><b>Oracle Certified Solution Developer - JDeveloper</b><br /><b>-- Oracle JDeveloper Rel. 3.0 - Develop Database Applications with Java </b><br /><b>-- Object-Oriented Analysis and Design with UML</b><br /> <br /><b>Oracle Certified Enterprise Developer - Oracle Internet Platform</b><br /><b>-- Enterprise Connectivity with J2EE </b><br /><b>-- Enterprise Development on the Oracle Internet Platform </b>
sree kov
Greenhorn

Joined: Jul 23, 2001
Posts: 15
Thank You very much Joy and Sandeep .
Now I have a good understanding of the two.
Regards,
Sree
 
 
subject: MVC and 3 tier
 
Threads others viewed
Is there any performance improvement in MVC2 when compared with MVC1 ?
SCEA 5 book on the way?
MVC and 3 tier
3-tier architecture -- poor Manageability?
Study Notes on Common Architecture
IntelliJ Java IDE