Re: Routing across multiple servers in Restlet application

2011-01-28 Thread Praveen
Could any one see and give me the suggestions as how to set up my application. Regards, Praveen. On Wed, Jan 12, 2011 at 4:49 PM, Praveen Nukasani wrote: > Hi All, > > We are implementing an application using Restlet. In this, We need a > requirement, My Restlet application having different com

Getting started with OAuth in eclipse

2011-01-28 Thread Bjorn Roche
Hey all, This is perhaps more of a maven question, but here goes: I downloaded the OAuth tools from ericson, and followed the readme[1] instructions. Then I installed Maven Integration for Eclipse (http://m2eclipse.sonatype.org/ ). So the question is... what now? How do I use these to

RE: Unsupported Media Type (415)

2011-01-28 Thread Bjorn Roche
> My ContactServerResource is similar to the example: > @Get > public Contact retrieve(Contact contact) { > return contact; > } > > @Put > public void store(Contact contact) { > ContactServerResource.contact = contact; > } I am also