Difference between revisions of "Patron de conception - SmartProjector"

From air
Jump to navigation Jump to search
(Created page with "* Pipes and filters How can we perform complex processing on a message while maintaining independence and flexibility? * MVC Model: sends logins + comments + settings to the ...")
 
Line 1: Line 1:
* Pipes and filters
+
== Pipes and filters ==
 
How can we perform complex processing on a message while maintaining independence and flexibility?
 
How can we perform complex processing on a message while maintaining independence and flexibility?
   
* MVC
+
== MVC ==
 
Model: sends logins + comments + settings to the view and controller
 
Model: sends logins + comments + settings to the view and controller
 
View: one window with streams from different computers + user window (on his computer) with the possibility of adding comments and setting up the view
 
View: one window with streams from different computers + user window (on his computer) with the possibility of adding comments and setting up the view
 
Controller: updates view and model, processes data
 
Controller: updates view and model, processes data
   
* RBAC : Role-Based Access Control
+
== RBAC : Role-Based Access Control ==
 
Students (users) don't have the same permissions as the teacher (admin)
 
Students (users) don't have the same permissions as the teacher (admin)

Revision as of 12:33, 8 February 2016

Pipes and filters

How can we perform complex processing on a message while maintaining independence and flexibility?

MVC

Model: sends logins + comments + settings to the view and controller View: one window with streams from different computers + user window (on his computer) with the possibility of adding comments and setting up the view Controller: updates view and model, processes data

RBAC : Role-Based Access Control

Students (users) don't have the same permissions as the teacher (admin)