Re: MediaType: should application/xml be compatible with application/*+xml?

2009-02-16 Thread Thierry Boileau
Hello, I agree with you, I think it should be true. I've just fixed the svn repository. Thank you for the report. best regards, Thierry Boileau > Hi, > > As title, should mediatype application/xml be compatible with > application/*+xml? > > I thought it should be true, but In MediaType.include

Request Session

2009-02-16 Thread Ruben Hernando
Hi! I need some equivalent to the traditional HttpServletRequest.getSession(), because I'd have to insert some parameters into the session. org.restlet.Handler.getRequest() does'nt implement any "getSession()" method, so I need a way to do it. thanks --

Re: Request Session

2009-02-16 Thread Rob Heittman
The server-side session concept is not part of the REST architectural style and makes it impossible to achieve many of the benefits of REST (for example, being able to swap a client on the fly from server to server in a cluster without sharing or transferring server side state). Getting parameters

Re: SpringBeanRouter enhancement

2009-02-16 Thread Rhett Sutphin
Hi Daniel, This is a reasonable fix. Can you open a ticket in the issue tracker? If you'd care to submit a patch with unit tests, that would be even better. Thanks, Rhett On Feb 16, 2009, at 12:50 AM, Daniel Woo wrote: > Hi guys, > > The SpringBeanRouter.resolveUri() method in 1.1.1 has a

New book recommendation

2009-02-16 Thread Jerome Louvel
Hi all, Following the kind advice from Tim Peierls and a few others, I've recently ordered the famous book from Joshua Bloch: "Effective Java (2nd edition)" and found it to be an excellent read. forces you to confront your Java developer habits with proven best practices. I initially though