DEV Community

Vasu Devan
Vasu Devan

Posted on

MVC - Second part

Model :

This level is considered the lowest level when compared with the View and Controller. It primarily represents the data to the user and defines the storage of all the application’s data objects.

User --> Dispatche servlet(front controller)--> Controller-->Module-->Services, repositories, Database- data

Top comments (0)