GroovyRestlet, a simple DSL for constructing Restlet application easily

2008-02-26 Thread keke
Hi All, I am working a simple Groovy Builderhttp://groovy.codehaus.org/GroovyMarkupfor Restlet, which intends to create a complex Restlet application using a simple shortcutting syntax. Also this builder is trying to support smooth Spring integration. Here is a short example builder.component{

Re: MetadataService extension check blocks PUT to file://

2008-02-26 Thread Thierry Boileau
Hello Marc, we are still considering your suggestion. The problem is that some classes that inherit from Metadata have no concern with Variants. best regards, Thierry Boileau On Mon, Feb 25, 2008 at 9:31 PM, Thierry Boileau [EMAIL PROTECTED] wrote: Hi Marc, Oops, I've made a mistake when I

RE: GroovyRestlet, a simple DSL for constructing Restlet application easily

2008-02-26 Thread Jerome Louvel
Hi keke! This is excellent and will remind to some long Restlet users an experience that was made on fluent builders early in API design. Lars are you around? :) It seems to me that Groovy DSL are much more capable of supporting this style of programming (DSL) than what we initially achieved

Re: GroovyRestlet, a simple DSL for constructing Restlet application easily

2008-02-26 Thread Lars Heuer
Hi Jerome, This is excellent and will remind to some long Restlet users an experience that was made on fluent builders early in API design. Lars are you around? :) Nice project keke! :) Best regards, Lars -- http://www.semagia.com

Re: Congratulation!Restlet: Official Developer's Guide to RESTful Web Applications in Java will be out!

2008-02-26 Thread Avi Flax
This is great news! I've pre-ordered five copies for Arc90. I'm really looking forward to the book! Avi -- Avi Flax » Partner » Compulsive Technologist » Arc90 » http://arc90.com On 2/25/08, Jerome Louvel [EMAIL PROTECTED] wrote: For those wanting to pre-order, I've added an affiliated link

Re: First steps page

2008-02-26 Thread Leshek Fiedorowicz
Looks to me like in 1.1 HelloWorldResource missing is import for : org.restlet.resource.ResourceException or org.restlet.resource.*

First Steps - problems

2008-02-26 Thread Leshek
What am I doing wrong? I am trying to get the First Steps sample to work. I am working from within IBM's RAD 7.0 environment, but that should be okay right Working with Restlet 1.1 and http://www.restlet.org/documentation/1.1/firstSteps. I am trying to get it to work in Application

Response Object Threadpool issue

2008-02-26 Thread code dude
Hi All, We have recently migrated from SOAP webservices to RESTlet based Rest architecture , where we get parameters via post , make api calls/ do processing in threadpool and return/write back to response object .but when i write results to send object in thread pool thread (