| DekiWiki and Dream | Presentation on MindTouch and Dream. Given at the Mono conference in Boston, MA (Oct 24th) |
| What is SODA? | Presentation on MindTouch Dream, its service model, and its implications for web-applications. Given at OSCON in Portland, OR (Jul 28th) |
| REST for the Rest of Us | Learn about REST-based web-services, resource patterns, and why Dream is a perfect fit. |
| JSON Encoding | Description of how XML documents are encoded in JavaScript Object Notation (JSON). |
| PHP Encoding | Description of how XML documents are encoded in PHP. |
| Blueprints | A blueprint is a description of a Dream service. A blueprint is required to instantiate a service. |
| Dream Attributes | Dream attributes make it easy to create blueprints by adding meta-information to service definitions. This meta-information is picked-up by the Dream framework at runtime to generate a complete blueprint. |
| Dream Host | A Dream host can be created either with the included console host application, or by creating a custom host environment. |
| XDoc | The XDoc class takes the pain out of working with XML. Learn how you can use XDoc to create, manipulate, and query XML documents. |