@Get annotation not being detected under a particular circumstance

2010-05-13 Thread kevinpauli
I've created an interface to mark all Resources that are gettable as html: public interface GettableAsHtml { @Get(html) Representation getAsHtml(); } For concrete Resource classes that implement this method, the annotation is detected and it works great. However, I've created an abstract

Bug in Atom extension Readers

2010-05-13 Thread Martin Svensson
Hi, I am using both the FeedContentReader and EntryContentReader. When inline content is detected the type will never be set, hence setting it to text. Code snippet .. else if (localName.equalsIgnoreCase(content)) { if (this.state == State.FEED_ENTRY_CONTENT) {

Re: Spring configuration and MatchingMode for the router

2010-05-13 Thread Rhett Sutphin
Hi Jean-Christophe, On May 10, 2010, at 6:22 PM, Jean-Christophe Malapert wrote: Hello, I am new in Spring configuration. I managed to configure my whole application using Spring. Nevertheless, I do not know how to set the equivalent of setMatchingMode(Template.MODE_STARTS_WITH) in

Re: Amazon S3 Auth

2010-05-13 Thread Jean-Philippe Steinmetz
During our conversion to Restlet 2.0 i've gone ahead and implemented a SecretVerifier to be used for server side AWS authentication. I've abstracted out the common functionality into a utility class so that both the current HttpAwsS3Helper and my verifier can ensure consistency. The utility class

client-side parsing of XML in GWT

2010-05-13 Thread allan clarke
Greetings! I am new to Restlet and am trying to figure out what options are available to me for parsing XML I received from a server. The server is written in another technology and I have no control over the format of the XML. How are people mapping XML to POJO's on the client? I am aware of