1.

What Is Controller In Spring Mvc Framework?

Answer»

Controllers provide access to the application behavior that you typically define through a SERVICE INTERFACE. Controllers interpret USER input and TRANSFORM it into a model that is represented to the user by the view. Spring implements a controller in a very abstract way, which enables you to create a WIDE variety of controllers.

Controllers provide access to the application behavior that you typically define through a service interface. Controllers interpret user input and transform it into a model that is represented to the user by the view. Spring implements a controller in a very abstract way, which enables you to create a wide variety of controllers.



Discussion

No Comment Found