| #summary Overview of Controllers in the SoC framework |
| #labels Phase-Design,Contents-Skeleton |
| |
| The different [ControllersOverview generic Controllers] in the |
| [SoCOverview SoC framework] |
| implement the "business logic" that actually forms the core of each separate |
| [MelangeIntro Melange] web application. For each real-world program |
| (e.g. [GSoC GSoC] or [GHOP GHOP]), a web application is created, built on |
| top of a new Controller that is derived from one of the similar existing |
| Controllers in the framework. This pattern encourages code sharing between |
| the different Melange web applications used to run these different |
| real-world programs. Reuse of Controller code is further enhanced by the |
| Models and Views that are shared between Melange web applications. |
| [ModelViewController#Controllers Controllers are part of the Model-View-Controller pattern]. |
| |
| ContributorsPropose |
| |
| OrganizationsPropose |
| |
| ---- |
| _Copyright 2008 Google Inc._ |
| _This work is licensed under a_ |
| [http://soc.googlecode.com/svn/wiki/html/licenses/cc-by-attribution-2_5.html Creative Commons Attribution 2.5 License]. |
| [http://creativecommons.org/licenses/by/2.5/ http://soc.googlecode.com/svn/wiki/html/licenses/cc-by-2_5-88x31.png] |