Skip to content
jeremydmiller edited this page Apr 11, 2011 · 27 revisions

Table of Contents

  1. Getting FubuMVC
  2. Getting Started
  3. Features
  4. Architecture
    1. “One model in, one model out”
    2. Composable Runtime Pipeline
    3. Configuration Model
    4. Conventions, conventions, conventions!
    5. IoC Integration
    6. How a request is handled in FubuMVC
    7. How a FubuMVC application is bootstrapped
  5. Model Binding
    1. Resolving objects from Http request data
    2. Default Capabilities
    3. Extending model binding
  6. IoC Integration
    1. Compliance guide for IoC integration
    2. Understanding the ObjectDef model
    3. Registering IoC services
    4. Using StructureMap with FubuMVC
  7. Common FubuMVC Services
    1. Passing and tracking state within a request (IFubuRequest)
    2. Converting string values (IObjectConverter)
    3. Accessing the Http request
    4. Writing to the Http response
  8. Routes and Url's
    1. Explicitly configuring routes
    2. Conventional routes and route policies
    3. Resolving Url's
    4. Open or Templated Url's
    5. Url forwarding
  9. The Configuration Model
    1. The BehaviorGraph
    2. BehaviorNode's
    3. Authorization
    4. Modeling Routes and Url's
  10. Interacting with Http
  11. Bootstrapping a FubuMVC Application
    1. FubuApplication
    2. Container Facilities
    3. Integration with Bottles
  12. Configuration and Registration
    1. FubuRegistry
    2. Working with conventions and policies 1.
    3. Writing Custom Conventions or Policies
    4. Registration DSL
Clone this wiki locally