-
Notifications
You must be signed in to change notification settings - Fork 1
Undertaker
Armagan Amcalar edited this page Aug 6, 2015
·
2 revisions
An Undertaker is responsible for persistence, serialization and deserialization of Stereotype instances. Undertakers are completely stateless, and only deal with information passed onto them by Regimes. Normally, an Undertaker would use one specific technology for persistence, such as AJAX, WebSockets, or LocalStorage.
In some rare circumstances, the same data (or a variation of it) might need to be persisted to two different technologies. In this case, the developer may choose to delegate technology-specific persistence responsibilities to individual Satellites.
- Home
- Common Pages
- Glossary
- FAQ
- Concepts & inspiration
- Contributors
- Naming conventions
- Goals
- Roles
- Core 1. Culture 1. Representative 1. Stereotype 1. Regime
- Optional 1. Undertaker 1. Satellite 1. Diplomat
- Contextual 1. Union
- Example applications
- Google Closure
- React
- AngularJS
- VanillaJS
- ES6