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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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
Messages 5065 - 5094 of 14021   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5065
I had the following (newbie) question about REST 1) Assume I have a URL http://www.creditcompany.com/CreditApplications to allow the caller access to Credit...
msd
catcher_scope
Online Now Send Email
Jun 1, 2005
7:11 pm
5066
On Sun, 22 May 2005 06:04:52 -0700 (PDT), "msd" <mad_date@...> ... Start with a servlet which dispatches on the path and method of the request (there are...
Vincent D Murphy
johnfoobar1
Offline Send Email
Jun 1, 2005
8:43 pm
5067
... I wrote an article that may interest you if you're going to implement REST servers with a Java servlet. It is at ...
R. Mark Volkmann
mark_volkmann
Offline Send Email
Jun 1, 2005
8:59 pm
5068
Hi Walden, ... You were right. I'm covered in bubbles, and it ain't pretty. So what did I learn? (This is probably not news to anyone on rest-discuss, and I'm...
Andrew Hallam
digitalearth...
Offline Send Email
Jun 1, 2005
11:55 pm
5069
Hello -- I'm working on a web-enabled API to some of our server functions, and have been looking around at existing APIs for inspiration, both in ...
felciano
Offline Send Email
Jun 2, 2005
12:08 am
5070
... That's the big one IMO. SOAP has been sold via selling certain development frameworks that make big promises in this regard. -- Regards, Jon Hanna "…if...
Jon Hanna
hack_poet
Offline Send Email
Jun 2, 2005
8:15 am
5071
... Coming late to this thread and maybe OT, but reading this, I thought that a fundamental problem with REST is how to get the paradigm shift (and the ...
Jan Algermissen
algermissen1971
Offline Send Email
Jun 2, 2005
8:42 am
5072
... Just by renaming it from "REST Architecture" to "The REST Pattern" you could have an army of pattern-crazed J2EE developers clamoring to learn it.... :)...
Jeoff Wilks
jeoffw
Offline Send Email
Jun 2, 2005
1:44 pm
5073
Ahh, good idea. I think I'll try that at work. Architecture is such a cold word... 'pattern' is much more cozy... ... From: Jeoff Wilks To:...
S. Mike Dierken
mdierken
Offline Send Email
Jun 3, 2005
5:18 am
5074
... A uniform API actually is an OO pattern - it's called 'interface' in Java. Examples are Collection, List, Map, Iterator, etc. REST is a set of design...
S. Mike Dierken
mdierken
Offline Send Email
Jun 3, 2005
5:24 am
5075
... Yes...since I think a design pattern can be seens as a constraint on design (reducing the number of possible design decisions). This is close enough to...
Jan Algermissen
algermissen1971
Offline Send Email
Jun 3, 2005
9:03 am
5076
I had a discussion with some people at work today about RPC and REST (starting from my premise that RPC systems are always rubbish). In the context of this...
Nic Ferrier
nferrier_tap...
Offline Send Email
Jun 3, 2005
7:52 pm
5077
... REST (and even SOAP) calls are typically of long duration. This is exacerbated if the invocation is going across the internet. In that situation, it is...
Andrzej Jan Taramina
ataramina
Offline Send Email
Jun 4, 2005
1:18 pm
5078
... I am also wrestling with the transaction issues at the moment and while I fully agree with the issue above, I wonder - if that means that a 2 phase commit...
Jan Algermissen
algermissen1971
Offline Send Email
Jun 4, 2005
1:40 pm
5079
Distributed transactions are hard to do. You might be interested in looking at how Jini Technology ( http://www.jini.org ) does it: ...
Peter Marks
PeterCMarks
Offline Send Email
Jun 4, 2005
5:41 pm
5080
... It would be astonishingly poor design if your server held open a transaction in the underlying database across these calls. But you don't have to implement...
Hugh Winkler
hwinkler99
Offline Send Email
Jun 4, 2005
8:17 pm
5081
Please forgive me if you eventually get two copies of this message. The first one appears to have gone off into space. I think it is possible to do...
Bob Haugen
bob.haugen@...
Send Email
Jun 4, 2005
8:36 pm
5082
... Yes, I broadly agree with you. But when a transaction is necessary (and sometimes they are) REST could handle it just as well (I believe better) than RPC...
Nic Ferrier
nferrier_tap...
Offline Send Email
Jun 4, 2005
9:42 pm
5083
... The system I outlined could be easily made to do distributed transactions. Just allow a GET against /transactions to return the current in progress...
Nic Ferrier
nferrier_tap...
Offline Send Email
Jun 4, 2005
9:52 pm
5084
Hi Folks, A colleague and I have put together a list of issues (below) that we have heard raised in objection to REST. We have tried to address each of these ...
Roger L. Costello
costello@...
Send Email
Jun 5, 2005
7:39 pm
5085
It could perhaps be worth defining where REST ends and HTTP begins here. -- Regards, Jon Hanna "I don't like to LOOK out of the windows even - there are so...
Jon Hanna
hack_poet
Offline Send Email
Jun 5, 2005
7:53 pm
5086
... I'd rather say: REST is a set of design patterns. One of these patterns is 'Uniform Interface'. The Web is an application that uses this (among others)...
Jan Algermissen
algermissen1971
Offline Send Email
Jun 5, 2005
9:07 pm
5087
Just a couple of obvious (to me) comments ... ... At most, depending how you chose to measure it, the Web has been around for 15 years. AIUI, REST - or...
Mark Baker
gonga_thrash
Offline Send Email
Jun 5, 2005
10:41 pm
5088
... And there you have the perfect example of a transaction using the REST design patterns - if at first you don't succeed, try try again....
S. Mike Dierken
mdierken
Offline Send Email
Jun 7, 2005
2:00 am
5089
... Huh? That's a pretty big exception; how much of a typical SMTP protocol conversation is left? This got my attention because I am in interested in...
Vincent D Murphy
johnfoobar1
Offline Send Email
Jun 7, 2005
7:47 am
5090
... Well, picture using SMTP via an HTTP gateway; what's RESTful is the HTTP/SMTP layer, not the SMTP/SMTP one, since the SMTP details of HELO, RCPT, etc.. are...
Mark Baker
gonga_thrash
Offline Send Email
Jun 7, 2005
11:39 am
5091
... Great idea! I even managed to set up an email address of /foo/bar@ and to get an email though. ... Since the above works, what would I need to escape? IOW,...
Jan Algermissen
algermissen1971
Offline Send Email
Jun 7, 2005
12:48 pm
5092
On Tue, 7 Jun 2005 14:48:58 +0200, "Jan Algermissen" ... I'm not sure, because I was actually just covering my ass. :) I guess you're looking for a lowest...
Vincent D Murphy
johnfoobar1
Offline Send Email
Jun 7, 2005
1:32 pm
5093
... But some MX, like Qmail can handle hierachies and even provide a fallback, ex. foo-bar-baz@... can be matched by .qmail files: .qmail-foo-bar-baz ...
Laurian Gridinoc
lauriangridinoc
Offline Send Email
Jun 7, 2005
6:08 pm
5094
I an not sure if I was able to understand the BNF in RFC822 correctly. I could'nt find a production for 'atom' for some reason. Anyhow, I was told today, that...
Jan Algermissen
algermissen1971
Offline Send Email
Jun 10, 2005
2:08 pm
Messages 5065 - 5094 of 14021   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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