Showing posts with label MVC 1 & MVC 2 architecture Difference. Show all posts
Showing posts with label MVC 1 & MVC 2 architecture Difference. Show all posts

MVC 1 & MVC 2 architecture Difference

1 comments
MVC 1 & MVC 2 architecture Difference

Here we see the MVC 1 & MVC 2 architecture difference:
In MVC 1 & MVC 2 the both architecture have same View
(Presentation part layer) and Controller (Configuration layer) but the difference in Model part.
Let’s we see the difference on figure:


Figure 1: MVC 1 Architecture


Figure 2: MVC 2 Architecture


In the Above Figure 1 & Figure 2 we see that view and the controller part work is same in both architecture but the difference is that the Model part:

In MVC 1 architecture the MVC 1 have the combine the Business logic and Database Access (DBA) and web services.


In MVC 2 architecture the MVC 2 have not combine the Business logic and Database Access (DBA) and web services.