Re: Restlet OAuth extension

2010-04-20 Thread Tal Friedman
I have been away from Restlets for a long time... far too long. I was just looking at the API for the Restlet extensions - I can't find OAuth library (org.restlet.ext.oauth) there. Is that what the bug below is talking about (documentation missing beside the JavaDocs)? Thanks for clearing this

RE: Re: Accept header sent by the client not being taken into account (2.0 snapshot from July 9th, 2009)

2009-07-17 Thread Tal Friedman
I've been having the same problem as Fabian. The annotation way of doing things is still not working for me, and I'm getting strange results with manually specifying the variants. I'm running the snapshot I downloaded yesterday (Engine.VERSION_HEADER=Noelios-Restlet-Engine/2.0snapshot) I get

RE: Designing restlet applications

2009-06-16 Thread Tal Friedman
Hi Matt, I am not familiar with FreeMarker (although I am looking into it), but I will hazard to guess that it's not relevant to your question. I think there is a simple way to design your application and minimize the number of routes. Basically, you only need the first 2 routes you

RE: Restlet on Google App Engine

2009-06-12 Thread Tal Friedman
Hi Jerome, Thanks for clarifying that. I agree that there probably would not be much benefit to adding an API abstraction around the Google App Engine persistence layer code. I just wanted to make sure I wasn't missing anything :) Thank you, Tal

Restlet on Google App Engine

2009-06-07 Thread Tal Friedman
I'm brand new to the Restlet framework and Google App Engine, so I apologize if this question is really basic. I saw most of the Google App Engine Services are supported already through the ext package in the gae jar. Is there any Restlet API that wraps the persistence layer, or do we