Re: Need help understanding the correct FLOW

2011-01-23 Thread Fabian Mandelbaum
Hello Randy, 'login' is always a hot topic on RESTful applications. The Restlet flow you mention is basically this: Client --- Request -- Guard -- Protected Server Resource it's the Guard (usually org.restlet.security.ChallengeAuthenticator) the one that authenticates the user, making sure the

Prudence 1.0 officially released

2011-01-23 Thread Tal Liron
After 4 months of release candidates, we are happy to announce that Prudence is production-worthy. We've been using it very successfully with numerous in-house projects and for several clients. Prudence provides Restlet developers with a complete, Restlet-centric deployment container, as an

Re: NoSuchMethodException in HTTPClientConnector?

2011-01-23 Thread Thierry Boileau
Hello Alex, the getConnection method has been renamed to getSockectConnectionTimeOutMs by the release number 7068 (3 weeks ago, that is to say after 2.1 M2) : Deprecated the Client#connectTimeout property as it is hard to find compared to other connector parameters. Also, it isn't

Re: Again: gwt2.1-snapshot references java.nio.ByteBuffer (IoBuffer.java)

2011-01-23 Thread Thierry Boileau
Hello Guido, thanks a lot for your report. I've added a check in the build process that allows to detect such error. This will help us to detect this kind of errors at build time. I notice alo this should happen also with the Android and GAE editions, because they also rely on an incomplete JDK.

A simple way to create A JAX-RS Server over SSL with Basic Auth

2011-01-23 Thread Romain
Hi everybody. Once I had to write a JAX-RS server with basic authentication over SSL. I first used CXF, but it was too complex, then I choose Restlet. I had some difficulties but the restlet team always helped me:

Re: NoSuchMethodException in HTTPClientConnector?

2011-01-23 Thread Alexander Kampmann
Hello Thierry, you are right about that. There was a dependency which should have gone long before in my maven- pom. Thanks, removing it even solved another bug ;) I think that solved the problem client side, but another one arises. On the serverside, the jetty- extension does not start. The