mardi 29 mars 2016

What is the difference between Front Controller Design Pattern and MVC Design Pattern

In my application all the request are first directed to generic controller servlet and then more specific controllers are being called. We are also using POJOs and JSP as the Model and View respectively. So should i call this front controller or an MVC design pattern.

Aucun commentaire:

Enregistrer un commentaire