1.

Explain The Spring Mvc Module

Answer»

MVC framework is provided by Spring for building WEB applications. Spring can easily be integrated with other MVC frameworks, but Spring’s MVC framework is a better choice, SINCE it uses IoC to PROVIDE for a clean separation of controller logic from business objects. With Spring MVC you can declaratively BIND request parameters to your business objects.

MVC framework is provided by Spring for building web applications. Spring can easily be integrated with other MVC frameworks, but Spring’s MVC framework is a better choice, since it uses IoC to provide for a clean separation of controller logic from business objects. With Spring MVC you can declaratively bind request parameters to your business objects.



Discussion

No Comment Found