Giter Club home page Giter Club logo

wxxmvc's Introduction

WxxMvc

**基于SpringMVC,运行在Tomcat容器中的MVC容器

本框架的诞生原因是因为之前系统的看了SpringMVC的代码 ,所以想写一个玩具出来玩一下。

MVC框架解决了什么功能呢? 对于整个流程来说,当一个HTTP请求进入服务器之后,controller会对后台的数据,即model进行加工处理, 然后由框架将这些model渲染为对应的view,形成response响应给client。 可以发现,从MVC的概念上来说,View层应该由服务端来负责渲染。 但是,目前被大家广泛接受的前后端分离的形式,即后台只把model转化为json传递给前端,由前端渲染成View。这样是不属于MVC模式的。 鉴于此,本框架与普通MVC框架最大的不同点既是抛弃了基于ModelAndView的视图渲染模块,而是直接返回数据模型由前端渲染。

wxxmvc's People

Contributors

wxxlamp avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.