Coding Light Wiki

OpenRasta

Modified: August 4, 2009 8:03 AM by DavidMorton - Categorized as: Frameworks, Technologies
OpenRasta is an open source REST implementation of the MVC Framework. It models REST explicitly. To setup an OpenRasta, you start with a configuration file, which is a .cs class that implements IConfiguratorSource. IConfigurationSource is defined as the following:

using System;

namespace OpenRasta.Configuration
{
    public interface IConfigurationSource
    {
        void Configure();
    }
} 

The objects that are sent back by OpenRasta are POCO objects.

Edit

Additional Projects Around OpenRasta

Ryan Riley is currently developing an ATOM implementation for OpenRasta.

ScrewTurn Wiki version 2.0.37. Some of the icons created by FamFamFam.