go to  ForumEasy.com   
JavaPro
Home » Archive » Message


[Email To Friend][View in Live Context][prev topic « prev post | next post » next topic]
  Spring MVC -- Flow
 
Subject: Spring MVC -- Flow
Author: WebSpider
In response to: Why Spring MVC
Posted on: 11/23/2017 02:29:23 AM


                                       +-----------+
                                       |   View    | /WEB-INF/views/
      +-----------+                    +-----------+
      |  Filters  |                          |
      +-----------+                          |
            |                                |
            |                          +------------+            +-----------+ 
   client ----> DispatcherServlet ---> | Controller |------------|   Model   | /app/models/
                                       +------------+            +-----------+
                 /WEB-INF/web.xml        @Controller                    |
                                         @RequestMapping                |
                                                                     ------
                                                                     | DB |
                                                                     ------



 

> On 11/23/2017 02:28:26 AM WebSpider wrote:


Following are some of the distinct advantages of Spring MVC architecture

  • MVC is a common design pattern used to decouple business logic from UIs to allow them to change independently without affecting each other.
  • Convention over configuration -- Similar to Ruby on Rails or other popular web frameworks





    References:

  •  


     
    Powered by ForumEasy © 2002-2022, All Rights Reserved. | Privacy Policy | Terms of Use
     
    Get your own forum today. It's easy and free.