RE: Re: writing an extension

2009-11-01 Thread Ty
Thanks, I'll move over to the code mailing list to ask some questions so I can better understand how the inner workings of restlet work. -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2413511

firstResource 404 problem

2009-11-01 Thread webpost
Hi, I'm trying to run the firstResource example as a servlet but keep getting a 404. The example runs fine using a Component on localhost using Reference itemsUri = new Reference("http://localhost:8182/firstResource/items";); but when I deploy it to Glassfish2.1 and change itemsUri t

firstResource 404 problem

2009-11-01 Thread Bedwyr Humphreys
Hi, I'm trying to run the firstResource example as a servlet but keep getting a 404. The example runs fine using a Component on localhost using Reference itemsUri = new Reference("http://localhost:8182/firstResource/items";); but when I deploy it to Glassfish2.1 and change itemsUri t

Re: Restlet + WebObjects (WOLips) + Tomcat

2009-11-01 Thread Jerome Louvel
Hi Sedro, I'm not an expert of WebObjects, but what can of integration between Restlet and WebObjects are you looking for? It is just access by Restlet to WebObjects's ORM system? I'm not aware of any example, but if you want to contribute some to the Restlet wiki or somewhere else, that would

Re: writing an extension

2009-11-01 Thread Jerome Louvel
Ty, Regarding the OAuth extension, this isn't the best example and we will rework it for Restlet 2.0: http://wiki.restlet.org/developers/172-restlet/294-restlet.html I would instead suggest to look at the org.restlet.ext.crypto extension which now contains the HTTP Digest authentication among o

Re: writing an extension

2009-11-01 Thread Jerome Louvel
Hi Ty, Having a builtin support for NTLM sounds like a very useful feature. I have created a new wiki page with initial guidelines. We'll keep improving it: "Writing an extension" http://wiki.restlet.org/developers/179-restlet/295-restlet.html Best regards, Jerome Louvel -- Restlet ~ Founder a

Re: Restlet running on servlet api 2.3

2009-11-01 Thread Jerome Louvel
Hi there, I don't think we use advanced Servlet features, so it is very likely that Restlet runs with no changes in a Servlet 2.3 container. Please try and let us know. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder