Questions tagged [openrasta]

OpenRasta is an open-source MVC framework that can run on .net 2.0 and above, built from the ground-up to enable ReSTful scenarios.

Resources

OpenRasta Site
OpenRasta GitHub Project
OpenRasta Documentation Wiki

149 questions
0
votes
1 answer

How does openrasta work out the action for a page?

I currently have two routes configured: ResourceSpace.Has.ResourcesOfType() .AtUri("/patient") .And .AtUri("/patient/cardId/{cardId}") .HandledBy() …
Sarkie
  • 272
  • 3
  • 18
0
votes
1 answer

Auto-Generating Client Code - OpenRasta, Nancy and ServiceStack

I have looked through the documentation for the above Frameworks to see if they provide a facility to auto-generate client code, i.e. classes for models. Does anyone know whether they can, or do you have to try and do this using svcutil? If so, does…
Andy5
  • 2,319
  • 11
  • 45
  • 91
0
votes
1 answer

OpenRasta Framework for building httpServices

Is any one aware of any websites which has some practical examples of using OpenRasta to build Http services Thanks
CSharped
  • 1,247
  • 4
  • 20
  • 49
0
votes
1 answer

Any way to host OpenRasta code on OWIN/Katana?

What are hosting options for OpenRasta? I really like what I see and read about the framework and ready to give it a shot, but being able to host WITHOUT IIS is a must for my project.
chester89
  • 8,328
  • 17
  • 68
  • 113
0
votes
2 answers

OpenRasta in OWIN

I want to use OpenRasta in a Windows Service to accept REST calls and know it can be self-hosted by HttpListenerHost. OWIN seems to be the latest and greatest self-hosted web server. Is there an advantage to using OWIN over HttpListenerHost? In…
Blake
  • 83
  • 6
0
votes
1 answer

OpenRasta on .Net 2.0

I'm trying to setup OpenRasta with .Net 2.0 and Visual Studio 2005 and keep getting the following error 'OpenRasta.Configuration.Fluent.IHas' does not contain a definition for 'ResourcesOfType' using (OpenRastaConfiguration.Manual) …
joeysim
  • 494
  • 1
  • 4
  • 13
0
votes
1 answer

OpenRasta Unit Test Response HTTP Error 415

I have inherited a project from my predecessor which uses OpenRasta to host a webservice for my OpenSource colleagues to access for their applications. This is my first foray into OpenRasta I've added a lot of additional features all of which is…
Matthew R
  • 1,038
  • 11
  • 15
0
votes
1 answer

OpenRasta Unit Testing GET results in 404 error

I've completed my implementation of my first OpenRasta RESTful webservice and have successfully got the GET requests I wish for working. Therefore I've taken some 'inspiration' from Daniel Irvine with his post…
Matthew R
  • 1,038
  • 11
  • 15
0
votes
1 answer

Deserializer the respond stream from web failed

I need to convert my web application to phone application. I was succeed to deserializer the request respond into the generic list on my web app, but I haven't figure out how to do it on the phone app. On the web I can use DataContractSerializer and…
user819774
  • 1,456
  • 1
  • 19
  • 48
0
votes
2 answers

OpenRasta AsJsonDataContract() Dictionary

I am using OpenRasta provide an API for my .NET application. I have a problem with the format of the JSON it produces when using Dictionaries. I have the following config: …
Peter
  • 1,495
  • 1
  • 14
  • 21
0
votes
2 answers

Openrasta Validators Issue

I am facing a strange issue with Validators in OpenRasta.I have entry in my configuration file for Validator ResourceSpace.Uses.CustomDependency, CustomerValidator>(DependencyLifetime.PerRequest); I am testing my API using REST…
prashant
  • 2,181
  • 2
  • 22
  • 37
0
votes
1 answer

OpenRasta: Can I use a generic handler for versioning resources gracefully?

We have an OpenRasta service, and we'd like to use media types to version our resources. We'll have a different set of DTOs for each new version, distinguishable by namespace. For each version of the DTOs, we have a corresponding media type. So…
Dave Nichol
  • 181
  • 3
  • 8
0
votes
1 answer

OpenRasta DI issues using StructureMap

I'm trying to use StructureMap with OpenRasta. My Configuration class implements IDependencyResolverAccessor. Here's my code to configure the container: container.Configure(x => { x.For().Use( r =>…
Dave Nichol
  • 181
  • 3
  • 8
-1
votes
1 answer

Is there a Glimpse plugin for OpenRasta?

Pretty much what it says on the tin - I'd love to use Glimpse as it covers the majority of our stack (knockout, nHibernate, signalR) but we use OpenRasta for our web framework. I've searched around and can find little - does anyone know of any…
penderi
  • 8,673
  • 5
  • 45
  • 62
1 2 3
9
10