Search the web
Sign In
New User? Sign Up
service-orientated-architecture · SOA
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 929 - 958 of 13956   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
929
... No, it cannot. I think REST is quite clear about this; that interface semantics must be uniform. Anything not uniform, like "getStockQuote", or...
Mark Baker
gonga_thrash
Online Now Send Email
Dec 31, 2003
2:31 pm
930
... Ahh, The Right Thing vs Worse is Better debate all over again. FWIW, I recently pontificated on this very subject at ...
Michael Champion
mcraigchampion
Offline Send Email
Dec 31, 2003
2:32 pm
931
... I'm not sure he didn't mean this as a rhetorical question. Many on this list believe there is no future in distributed objects. It appears that Peter...
David Forslund
dwforslund
Offline Send Email
Dec 31, 2003
2:33 pm
932
... Please define "uniform" Who is one to know of a text string is a "method" or a data element? Where am I to find out what is being sent over the wire? ...
David Forslund
dwforslund
Offline Send Email
Jan 1, 2004
2:05 pm
933
... I'm not crazy about this paper, but I don't see the problem you are decribing. It can work over http or provide similar interface over other protocols....
David Forslund
dwforslund
Offline Send Email
Jan 1, 2004
2:06 pm
934
All of this talk about CORBA and REST is just great, but the reality of the situation is that IBM, Microsoft, et. al. have adopted SOAP and WSDL precisely...
Bill Appleton
billappleton
Offline Send Email
Jan 1, 2004
2:06 pm
935
... Well, I agree with Gartner that SOA is a software design principle. Their quick definition "Essentially, SOA is a software architecture that starts with...
Michael Champion
mcraigchampion
Offline Send Email
Jan 1, 2004
2:07 pm
936
Jeff -- I'm surprised and disappointed that you found it appropriate to flame our conclusions without reading the report. Now, I'm not trying to sell you the...
Jason Bloomberg
jbloomberg
Offline Send Email
Jan 1, 2004
2:08 pm
937
... I agree that this is to make money, but some of it is to sell ideas that have already been sold. ... I do not think that Web Services are simple. And I...
David Forslund
dwforslund
Offline Send Email
Jan 1, 2004
5:34 pm
938
... It is described as more than that. It typically has a business process in mind and interfaces for that business process. REST doesn't provide that by...
David Forslund
dwforslund
Offline Send Email
Jan 1, 2004
5:35 pm
939
... In terms of object orientation it means: All objects participating in the system only provide methods that have the same meaning for all objects. Invoking...
Jan Algermissen
algermissen1971
Offline Send Email
Jan 1, 2004
5:36 pm
940
... Jason, What is the size of the 'TCP/IP' market? It has to be close to $60 billion, doesn't it? What about the HTTP market? Hard to put numbers on them,...
Jeff Schneider
jeffrschneider
Offline Send Email
Jan 1, 2004
11:09 pm
941
... What does your answer have to do with the earlier response? How is one to know what the "semantics" are in order evaluate what "uniform" means? How...
David Forslund
dwforslund
Offline Send Email
Jan 1, 2004
11:11 pm
942
... Whether you use WSDL/SOAP/UDDI or REST, you implement your business logic with any language of your choice. What is different is that while with the SOAP...
Stefan Tilkov
stilkov
Offline Send Email
Jan 2, 2004
2:57 pm
943
... From Merriam-Webster; "of the same form with others" as in ... "The semantics of the java.lang.Object API are uniform to all Java objects" ... Well, the...
Mark Baker
gonga_thrash
Online Now Send Email
Jan 2, 2004
2:57 pm
944
... It's both. As one example of the former, I've raised a couple of architectural issues with the Semantic Web that my understanding of REST helped identify...
Mark Baker
gonga_thrash
Online Now Send Email
Jan 2, 2004
2:58 pm
945
... You know this is not helpful. I'm asking for the meaning of uniform in the context of a service, and the extent of the uniformity (across all services,...
David Forslund
dwforslund
Offline Send Email
Jan 2, 2004
4:06 pm
946
This was very clear and informative! I hope it helps answer some of David Forslund's questions. ... That's pretty much where I come down on REST -- it's...
Michael Champion
mcraigchampion
Offline Send Email
Jan 2, 2004
4:07 pm
947
... uses the results would be illustrative of the issue. To "discover" a REST service you need the documentation to understand how to "cook up" the parameters...
Bill Appleton
billappleton
Offline Send Email
Jan 2, 2004
4:44 pm
948
... Sending stuff *to* a RESTful Web service is not limited to URL query strings, so waht is the issue here? ... And by 'arguments' you mean what? Parameters...
Jan Algermissen
algermissen1971
Offline Send Email
Jan 3, 2004
1:50 pm
949
... The REST-way is to GET a representation of a resource that represents the stock quote. There are no method-invokations in the message data. ...
Jan Algermissen
algermissen1971
Offline Send Email
Jan 3, 2004
1:50 pm
950
... Very true ... for RESTful services, distributed objects, and SOAP/WSDL interfaces as well. Even those services that publish a syntactic interface such as...
Michael Champion
mcraigchampion
Offline Send Email
Jan 3, 2004
1:51 pm
951
... So it requires human intervention to figure out how to make the call? I checked out their code and it is at least as complicated as an equivalent CORBA...
David Forslund
dwforslund
Offline Send Email
Jan 3, 2004
1:52 pm
952
... The issue is you have to specify what it is that you want to "get". There has to be some agreement on what a StockQuote "is". That is my only point. ... ...
David Forslund
dwforslund
Offline Send Email
Jan 3, 2004
10:31 pm
953
... This is why standards are so important and why flexibility associated with changes in an interface can lead to problems. It is also why we added things...
David Forslund
dwforslund
Offline Send Email
Jan 3, 2004
10:32 pm
954
... strings, ... Usually REST is HTTP GET with the input arguments passed as paameter after the URL. My point is just that many app servers have a limit of 8K...
Bill Appleton
billappleton
Offline Send Email
Jan 3, 2004
10:32 pm
955
David Forslund <forslund@...> wrote on 03.01.2004 20:17:17: [snip] ... Coming from a CORBA background myself, I can relate to a lot of what you're saying....
Stefan Tilkov
stilkov
Offline Send Email
Jan 4, 2004
6:58 pm
956
... Fair enough. I guess I'd put it that CORBA folks *in practice* and REST folks *in practice* add semantic agreement on top of the base technology in order...
Michael Champion
mcraigchampion
Offline Send Email
Jan 4, 2004
6:59 pm
957
On Jan 3, 2004, at 2:17 PM, David Forslund wrote: I'll let someone more familiar with CORBA respond to the assertion that Prescod is "wrong" about it. ... I...
Michael Champion
mcraigchampion
Offline Send Email
Jan 4, 2004
6:59 pm
958
... I would agree. I also would comment that much of what has been proven "good" in the OMG world has been ignored (or reinvented not necessarily better) in...
David Forslund
dwforslund
Offline Send Email
Jan 5, 2004
10:03 am
Messages 929 - 958 of 13956   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