URL question

2007-04-29 Thread Jonathan Stott
Well, this is more of an apache question, but... I'm running a nice little 'cluster' of camping apps and I've recently started proxying them through apache with mod_proxy, since I found I was forwarding a lot of ports via ssh otherwise. But anyway, enough of that. One of the apps I use to view lo

Re: RESTful web service tutorial?

2007-04-29 Thread Michael Daines
Just to chime in, this is related-but-not-quite, I've been working off and on on a little library for Rails-style RESTful controllers. It's called "Sleeping Bag": http://code.google.com/p/sleepingbag It's not quite ready yet, so don't expect it to work well, but I thought maybe someone would find

Re: RESTful web service tutorial?

2007-04-29 Thread Bil Kleb
Caleb Buxton wrote: > > With regards to implementing it in Camping... > > This thread includes discussion about getting Camping to recognize > other predicates > > http://www.mail-archive.com/camping-list@rubyforge.org/msg00029.html I had managed to find that (searching for "restful camping"

Re: RESTful web service tutorial?

2007-04-29 Thread Bil Kleb
carmen wrote: > > i still don't know exactly what REST is (maybe there is no exact definition), I suppose the definitive source is one of the few PhD dissertations that are worth something (mine wasn't): http://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm > camping makes playing with al