Search the web
Sign In
New User? Sign Up
rest-explore
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? 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
Messages 316 - 345 of 445   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
316
Hmm, I was just thinking that a brokered REST based architecture would have integration complexity of O(logN) typically, and O(1) optimally. Sound right? MB --...
Mark Baker
gonga_thrash
Offline Send Email
Dec 14, 2002
11:36 pm
317
... sorry if this is blindingly obvious, but what does 'brokered' mean?...
Vincent D Murphy
johnfoobar1
Offline Send Email
Dec 14, 2002
11:38 pm
318
... Where the service consumer and service publisher are disconnected in space; i.e they don't know that the other exists, because an intermediary is brokering...
Mark Baker
gonga_thrash
Offline Send Email
Dec 15, 2002
11:38 pm
319
Mark, Actually, this is an area I have put a lot of though into, since I believe that RESTful design totally facilitates the kind of loosely-coupled ...
Phil Eskelin
philip_eskelin
Offline Send Email
Dec 16, 2002
6:06 pm
320
I'm coming in a little late on this thread, not sure what it's all about. How did you arrive at the O(logN) bound, Mark? Also, does "brokered" include a...
Walden Mathews
waldenmathews
Offline Send Email
Dec 17, 2002
1:04 pm
321
... I figured that in the typical case, you'd need to interact with a set of topics which would grow O(logN). ... Yes. ... I didn't consciously, but I think...
Mark Baker
gonga_thrash
Offline Send Email
Dec 17, 2002
2:54 pm
322
... From: "Mark Baker" <distobj@...> To: "Walden Mathews" <waldenm@...> Cc: <rest-explore@yahoogroups.com> Sent: Tuesday, December 17, 2002 9:59...
Walden Mathews
waldenmathews
Offline Send Email
Dec 17, 2002
3:12 pm
323
... A guess. It seemed reasonable. ... Well, that's the variable, no? ... If I understand you, yes. There's nothing preventing two parties interacting...
Mark Baker
gonga_thrash
Offline Send Email
Dec 17, 2002
3:31 pm
324
... Yes, though it isn't a panacea -- the applications will have to figure out ways to filter events and prevent notification storms. ... A good start would be...
Roy T. Fielding
roy_fielding
Offline Send Email
Dec 17, 2002
8:28 pm
325
... FWIW, we implemented a MONITOR HTTP extension at Idokorro, and it supports the use of the MONITOR body to transfer a specification of a filter rule set (we...
Mark Baker
gonga_thrash
Offline Send Email
Dec 17, 2002
8:59 pm
326
Hi, I am just new to R.E.S.T, I am in the process of learning REST, to implement in my java project. Are there any java based API's avaliable ? Are there any...
muthu veerappan pr <m...
muthu_manaparai
Online Now Send Email
Dec 18, 2002
11:40 am
327
... And so it begins. REST is a style of network application design and not a syntax. You can fairly easily do REST/HTTP programming using Java Servlets and...
Paul Prescod
paul@...
Send Email
Dec 18, 2002
5:39 pm
328
... Yes, and relational database technology is a set of standards to relate tuples to each other that can be easily implemented with any syntax. Right. Do you...
Mike Beedle
beedlem
Offline Send Email
Dec 18, 2002
9:36 pm
329
... I strongly agree. And in my experience, there are more tools out there to help you accelerate implementations based upon the REST design (Apache, Zope,...
Paul Prescod
paul@...
Send Email
Dec 19, 2002
2:31 am
330
Thanks for all your valuable replies on this.. I would like to conclude REST this way..., A java based network application connecting to a web server (GET...
muthu veerappan pr <m...
muthu_manaparai
Online Now Send Email
Dec 19, 2002
5:12 am
331
... From: <muthu@...> ... For the server, use Java Servlets - the Apache Tomcat servlet engine is the de-facto standard in that area. You can...
S. Mike Dierken
mdierken
Offline Send Email
Dec 19, 2002
6:00 am
332
... Paul: While the tools you mention above do allow you to implement applications following the REST architectural style, what I would like to see, as a...
Mike Beedle
beedlem
Offline Send Email
Dec 19, 2002
5:09 pm
333
From: "Mike Beedle" <beedlem@...> ... But a toolkit cannot do REST for you. Just like Java cannot do good object programming for you. ... Seairth...
Seairth Jacobs
seairthjacobs
Offline Send Email
Dec 19, 2002
5:31 pm
334
Mike, Out of respect for the maturity and quality of existing technologies (i.e., any the tools you and Paul referenced), I wanted to refrain from saying "what...
Phil Eskelin
philip_eskelin
Offline Send Email
Dec 19, 2002
5:43 pm
335
Hi. Can I request that this be moved to rest-discuss please?...
Mark Baker
gonga_thrash
Offline Send Email
Dec 19, 2002
6:00 pm
336
... Searith: Granted, but Java is supposed to make OO programming easier for you than if you try to program OO in assembler. Just like logical languages make...
Mike Beedle
beedlem
Offline Send Email
Dec 19, 2002
6:54 pm
337
... From: "Mike Beedle" <beedlem@...> ... A long time ago I wrote a server-side framework for doing this in Java within a Servlet environment. ...
S. Mike Dierken
mdierken
Offline Send Email
Dec 19, 2002
7:27 pm
338
I have no problem whatsoever with people making toolkits that make it easier to program in the REST style. I've got my own little toolkit that I use for simple...
Paul Prescod
paul@...
Send Email
Dec 19, 2002
8:01 pm
339
I know it's a misnomer, but I'm horrible with names and haven't found anything better. I had thought of "RESTful Toolkit" but the code in the toolkit itself...
Phil Eskelin
philip_eskelin
Offline Send Email
Dec 19, 2002
8:13 pm
340
... From: "Mike Beedle" <beedlem@...> ... If you are a java programmer, I'd recommend Tomcat (Servlet engine) or JBoss ...
S. Mike Dierken
mdierken
Offline Send Email
Dec 19, 2002
8:49 pm
341
Hey Roy, You wrote; "Styles can also influence the visibility of interactions within a network-based application by restricting interfaces via generality or ...
Mark Baker
gonga_thrash
Offline Send Email
Jan 10, 2003
3:31 pm
342
Another soul in search of the Truth. 8-) I've pointed Jon, and rdf-ig, to the Walden's work on the RESTwiki, and to this list. Perhaps there's enough interest...
Mark Baker
gonga_thrash
Offline Send Email
Jan 20, 2003
6:09 pm
343
... From: "Mark Baker" <distobj@...> To: <rest-explore@yahoogroups.com> Sent: Monday, January 20, 2003 1:10 PM Subject: [rest-explore] [jon@...:...
Walden Mathews
waldenmathews
Offline Send Email
Jan 20, 2003
10:29 pm
344
There is a clock at: http://www.waterken.com/util/est.html There is an explanation of the clock at: http://www.waterken.com/dev/Web/Clock/ Is this clock...
Tyler Close
tjclose
Offline Send Email
Feb 27, 2003
9:31 pm
345
Hello, I have written a small tool and want to know, what you think about it. It has the following features: - Enables RESTful access to relational databases...
Mailinglisten
tbayerml
Offline Send Email
Apr 22, 2003
7:47 pm
Messages 316 - 345 of 445   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