SlideShare a Scribd company logo
MVC Practice in Front-End
             Dexter.Yy & Clyde.L @ Douban.Inc



    MVC in Alphatown

    MVC in Real World

    MVC in Action
说在前面的话
前端工程师的修炼方向?
如何要使用 MVC ?


Web Applications!
MVC in Alphatown
1. MVC 的发展历程,以及 MVC 在 Alphatown 中的
 体现
2. 模块化的实现 – OzJS
3. 模板的选择 – Micro-templating
4. PubSub, Promise 模式的使用
5. 可插拔的 widgets ,采用 sandbox 来包装
MVC in Real World
What is MVC?
Classes
Event-Driven System
Dependency Management
Real-time Web Applications
Classes
Modularity: Classes in JavaScript
1. Inheritance (prototypical)
2. Methods (static/public/private)
3. Control scope in Class (proxy)
Event-Driven
1. Event System of DOM (namespaced,
 customized)
2. PubSub, Observer Pattern
MVC in details
Model & data
Controler & State
View & Templating
Dependency Management
CommonJS
Module Loaders (Yabble,
 RequireJS...)
Server-side wrapping-up
Alternatives: Sprockets , LABjs
 (script loader)
Getting Real(-time)
From Comet to WebSocket (socket.io)
1. Low protocal overhead
2. full-duplex
3. persisted


With PubSub, correct Models, real-
 time is quite straightforward.

More Related Content

PDF
SPA: Key Questions
PPTX
[Mas 500] Web Basics
PDF
MVC Revivial on the Web
PPTX
A brief overview of java frameworks
PDF
Week 5 Mini-Lectures - Web Services
PPTX
Give your web apps some backbone
PPTX
#1HanoiMagentoMeetup_Magento 2 vs Magento 1
PDF
google plus
SPA: Key Questions
[Mas 500] Web Basics
MVC Revivial on the Web
A brief overview of java frameworks
Week 5 Mini-Lectures - Web Services
Give your web apps some backbone
#1HanoiMagentoMeetup_Magento 2 vs Magento 1
google plus

Viewers also liked (6)

PPTX
Marcadores Sociales
KEY
8 Digital Trends Lunch Learn Final
PPTX
PDF
I Thing New Yorker Jan1972
PPTX
ACSI Accreditation
PDF
Who Owns the Product?
Marcadores Sociales
8 Digital Trends Lunch Learn Final
I Thing New Yorker Jan1972
ACSI Accreditation
Who Owns the Product?
Ad

Recently uploaded (20)

PDF
Electronic commerce courselecture one. Pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPT
Teaching material agriculture food technology
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Empathic Computing: Creating Shared Understanding
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPTX
Big Data Technologies - Introduction.pptx
PDF
Encapsulation theory and applications.pdf
PPTX
Programs and apps: productivity, graphics, security and other tools
Electronic commerce courselecture one. Pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Network Security Unit 5.pdf for BCA BBA.
Review of recent advances in non-invasive hemoglobin estimation
Mobile App Security Testing_ A Comprehensive Guide.pdf
Unlocking AI with Model Context Protocol (MCP)
MIND Revenue Release Quarter 2 2025 Press Release
Teaching material agriculture food technology
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
NewMind AI Weekly Chronicles - August'25-Week II
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
The AUB Centre for AI in Media Proposal.docx
Advanced methodologies resolving dimensionality complications for autism neur...
Empathic Computing: Creating Shared Understanding
20250228 LYD VKU AI Blended-Learning.pptx
Big Data Technologies - Introduction.pptx
Encapsulation theory and applications.pdf
Programs and apps: productivity, graphics, security and other tools
Ad

MVC Practice in Front-end