What design pattern does Spring MVC use?

Spring’s MVC module is based on front controller design pattern followed by MVC design pattern . All the incoming requests are handled by the single servlet named DispatcherServlet which acts as the front controller in Spring’s MVC module.

Sizin İçin Seçtik  What does the strategy pattern solve?

Leave a Reply

Your email address will not be published. Required fields are marked *