1.

What are the benefits of Spring MVC framework over other MVC frameworks?

Answer»
  • Clear separation of roles – There is a specialised dedicated object for EVERY role.
  • Reusable BUSINESS code logic – With Spring MVC, there is no NEED for duplicating the code. Existing objects can be USED as commands instead of replicating them in order to extend a particular framework base class.
  • Spring MVC framework provides customizable binding and validation.
  • Also provides customizable locale and theme resolution.
  • Spring MVC supports customizable handler mapping and view resolution too.


Discussion

No Comment Found