Re: Developer Guide (was Re: getEntityAsObject()?)

2007-09-14 Thread Marc Portier
Jerome Louvel wrote: Hi Marc, This looks pretty good! Would it be possible to have a Daisy hosting for the wiki.restlet.org domain? If so, we could migrate the current Restlet wiki which is hosted on java.net and leverage the Daisy book publishing feature. I'm also planning to migrate from

RE: Re: The quest for more springyness

2007-09-14 Thread Makunas, Michael
-Original Message- From: Adam Taft [mailto:[EMAIL PROTECTED] It should be either one of two ways: a) bean id=fooResource scope=request class=FooResource / b) bean id=fooResource scope=prototype class=FooResource / -a- should theoretically work in a servlet environment (like he's

Re: The quest for more springyness

2007-09-14 Thread Tom McGee
I used the factory approach too. See my post from 9/5/2007 yet another way to add spring to restlets, any opinions? On 9/14/07, Adam Taft [EMAIL PROTECTED] wrote: Interesting. I'm using lookup-method in production without any problems. But, there are no transactions and no other proxies so

Handling favicon.ico

2007-09-14 Thread Sumit Lohia
I have a Component and a single Application in my environment. Within the component, I'd like to attach the route '/favicon.ico' to be served from a static file and everything else to be routed to the Application. How can I achieve this within the component? Is there a FileResource (just like