Search the web
Sign In
New User? Sign Up
rest-discuss · REST Discussion Mailing List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Sun proposes to apply Web service standardization principles to REST   Message List  
Reply | Forward Message #7858 of 14020 |
Re: [rest-discuss] Re: Sun proposes to apply Web service standardization principles to REST

Marc, I already explained to Rajiv last November that I would not
allow Sun to go forward with the REST name in the API. It doesn't
make any sense to name one API as the RESTful API for Java, and I
simply cannot allow Sun to claim ownership of the name (which is
what the JSR process does by design). Change the API name to
something neutral, like JAX-RS.

....Roy




Wed Feb 14, 2007 11:36 pm

roy_fielding
Offline Offline
Send Email Send Email

Forward
Message #7858 of 14020 |
Expand Messages Author Sort by Date

Thanks, Marc. Good to get some light amidst the heat. :-) Importantly, it doesn't really seem like they (you?) are trying to "standardize REST", but merely...
Dr. Ernie Prabhakar
sandhyaprabh...
Offline Send Email
Feb 14, 2007
9:52 pm

Marc, I already explained to Rajiv last November that I would not allow Sun to go forward with the REST name in the API. It doesn't make any sense to name one...
Roy T. Fielding
roy_fielding
Offline Send Email
Feb 14, 2007
11:44 pm

... Roy, I think we may have gotten our wires crossed somewhere, when you discussed this with Rajiv last November you certainly didn't rule out any name with...
Marc Hadley
marc_hadley
Offline Send Email
Feb 15, 2007
12:42 am

... o Why not just have an interface with the well known verbs on? I know Java5 makes annotations possible, but it is not clear they are always appropriate....
Steve Loughran
steve_loughran
Offline Send Email
Feb 15, 2007
2:06 pm

Hi Steve, You raise some interesting points, detailed discussion of which really belong in the expert group once it is formed. For now I'll take a shot at some...
Marc Hadley
marc_hadley
Offline Send Email
Feb 15, 2007
3:38 pm

... We're still waiting to hear if everyone is welcome in the expert group forum or if it will be a closed discussion. I hope it's the former, but if it's the...
Elliotte Harold
elharo@...
Send Email
Feb 15, 2007
4:10 pm

... I would suggest that a critical use case is being able to manage this from a web-based interface; e.g. like WordPress is configured. That may not be part...
Elliotte Harold
elharo@...
Send Email
Feb 15, 2007
4:15 pm

... You know, I think I trust Marc et all to come up with something worthwhile and put it in the hands of a lot of developers. What worries me most about REST...
Paul Downey
sumnerdowney
Offline Send Email
Feb 14, 2007
9:48 pm

... I am trying to tackle exactly this issue. I certainly agree that as a general statement, REST isn't testable as it is an architectural style ... however...
Alan Dean
alan_james_dean
Offline Send Email
Feb 14, 2007
10:07 pm

... Oh! that's excellent. Just the sort of thing I was thinking of. Well done. -- Nic Ferrier http://www.tapsellferrier.co.uk for all your tapsell ferrier...
Nic James Ferrier
nferrier_tap...
Offline Send Email
Feb 14, 2007
10:29 pm

... The reason you can't make REST testable is that REST isn't one thing. It's an architectural style. HTTP allows highly RESTfull systems. But an HTTP app can...
Nic James Ferrier
nferrier_tap...
Offline Send Email
Feb 14, 2007
10:27 pm

... That's either going to happen or we become the smug Lisp weenies of distributed systems. The question is are the REST community (us) and software designers...
Bill de hOra
bdehora
Offline Send Email
Feb 14, 2007
11:22 pm

... Hey. I'm a smug lisp weenie. ... Certainly there are better HTTP toolkits that need to be written. I was doing some openid hacking the other day with...
Nic James Ferrier
nferrier_tap...
Offline Send Email
Feb 14, 2007
11:39 pm

... Try this one: http://bitworking.org/projects/httplib2/ cheers Bill...
Bill de hOra
bdehora
Offline Send Email
Feb 15, 2007
12:03 am

... Yeah... it's nice. But the fact that there are good frameworks out there wasn't my point. urllib2 comes with python, a language that supposedly gets the ...
Nic James Ferrier
nferrier_tap...
Offline Send Email
Feb 15, 2007
12:25 am

... What's wrong with it? (he asks after just making the decision to focus the vast majority of his next language learning time on python...) -- -Mike Schinkel...
Mike Schinkel
mikeschinkel
Offline Send Email
Feb 15, 2007
5:46 am

... It's very complex and not as configurable as it should be. I have been doing something interesting with SSL lately and was using Python. Python's default...
Nic James Ferrier
nferrier_tap...
Offline Send Email
Feb 15, 2007
10:27 am

... Does httplib2 provide a way to set timeouts? I didn't see that in the docs. <rant> That's been my biggest complaint with python's standard network client ...
Paul Winkler
slinkp23
Offline Send Email
Feb 15, 2007
4:48 pm

Paul Winkler <pw_lists@...> writes: <rant> <edited/> ... I agree... the opportunity for reuse is very low. -- Nic Ferrier ...
Nic James Ferrier
nferrier_tap...
Offline Send Email
Feb 15, 2007
4:59 pm

... In a shameless bit of self-promotion, you should really be using httplib2: http://bitworking.org/projects/httplib2/ -joe -- Joe Gregorio...
Joe Gregorio
JCGregorio
Offline Send Email
Feb 15, 2007
3:21 am

... Any chance of getting httplib2 into the standard library Joe? cheers Bill...
Bill de hOra
bdehora
Offline Send Email
Feb 15, 2007
10:39 am

... That's always been a stated goal of the project, though I need to submit all the right forms and put a little more polish on the library before I actively...
Joe Gregorio
JCGregorio
Offline Send Email
Feb 15, 2007
3:51 pm

So Paul would like to see something other than me going "aha! it's like the pirate code me hearties" and other people going "eurgh" and then there's an endless...
Nic James Ferrier
nferrier_tap...
Offline Send Email
Feb 14, 2007
10:29 pm

... I am certainly interested in collaboration - both with other people's efforts and bringing the knowledge of others into my own efforts. Alan Dean ...
Alan Dean
alan_james_dean
Offline Send Email
Feb 14, 2007
10:44 pm

... I think writing a client to automate anything will be difficult for the most important aspects of an architecture. Here is my quick list: Ad hoc...
Benjamin Carlyle
fuzzybsc
Offline Send Email
Feb 18, 2007
8:47 pm

Thanks for this. It's a fantastic list! ... Surely this doesn't need to be tested? An application is not non-RESTfull if it doesn't implement a method that we...
Nic James Ferrier
nferrier_tap...
Offline Send Email
Feb 18, 2007
9:56 pm

... I agree ... ... ... and disagree. There is nothing even remotely close to a definitive work on SOA. This is different with REST - obviously, Roy's...
Stefan Tilkov
stilkov
Offline Send Email
Feb 14, 2007
10:39 pm

... But it is explicit. It's difficult to say that about SOA. Then again is this really a useful way to speak - I could say "what worries me about design...
Bill de hOra
bdehora
Offline Send Email
Feb 14, 2007
11:09 pm

... yeah, I'm not speaking in favour of SOA, just that REST could be a little more concrete. OK not REST, but I'd like some more concrete to point at and...
Paul Downey
sumnerdowney
Offline Send Email
Feb 14, 2007
11:46 pm

... Build a RESTful standard. Build tests for it. You've now got testable REST and the rest of us can choose to use it or not. ... Depends on how much freedom...
Jon Hanna
hack_poet
Offline Send Email
Feb 15, 2007
3:47 pm
 First  |  |  Last 
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help