Re: A Restlet interface to Subversion?

2007-11-30 Thread Ben
Rob Heittman solertium.com> writes: > > > > I have to ask - why not just WebDAV here? Subversion supports it already, AFAIK. > > I tend to agree, but pragmatically it's not that easy. WebDAV isn't quite a done deal in Restlet yet, though > it's possible with some extra flexing, as some recen

Re: RESTClient

2007-11-30 Thread Paul J. Lucas
On Nov 30, 2007, at 6:05 AM, Lars Heuer wrote: RESTClient is a Java platform client application to test RESTful webservices. IMHO, command-line test tools are better because they're far more easily automated. I just write Perl script wrappers around c

RESTClient

2007-11-30 Thread Lars Heuer
Hi all, Got this today via Freshmeat: RESTClient is a Java platform client application to test RESTful webservices. Best regards, Lars -- http://www.semagia.com

Re: Lightweight alternative to Reference

2007-11-30 Thread Kevin Conaway
I've created Issue 389 to track this in the future: http://restlet.tigris.org/issues/show_bug.cgi?id=389 As the current Reference class is already mutable, as opposed to JDK's URI > class, and as the request is for a lighter approach than Reference (which is > already quite light actually), I thin

Re: Lightweight alternative to Reference

2007-11-30 Thread Jerome Louvel
Hi all, 1) "append" versus "set/insert" approach As the current Reference class is already mutable, as opposed to JDK's URI class, and as the request is for a lighter approach than Reference (which is already quite light actually), I think that the only way to significantly improve the performanc

Re: NTLM authentication

2007-11-30 Thread Jerome Louvel
Hi Mike, We currently only support HTTP Basic authentication in client and server connectors, and also Amazon AWS authentication for client connectors. We also have a patch pending to add support for HTTP Digest, but nothing yet for NTML built in Noelios Restlet Engine. The constant is only part o