由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - what do u think of SOAP vs REST ( or even FB's thrift server)?
相关主题
soa变成rest,大家公司在用哪个?什么是JAX WS
怎么把servlet publish成web servicesjava web service 得迷惑
如何学习用Java开发Web Service?Web service framework choice?
现在做jasper report,amazon web services了,goodbug我要经常向你请教了。[转载] Lousy WSDL?
这个UDDI是咋回事儿?求讲解。。。Re: Can Web Services return Hash or Obje
那么多java证书,该考哪个?[转载] 急!在线等---从Servlet调用AXIS的Web Service 遇到问题!
java SOAP比restful难学吗?http post binding in wsdl
请问高手:thrift 要通过什么连database 比如 mysql ?Can someone help on Soap?
相关话题的讨论汇总
话题: rest话题: soap话题: thrift话题: simply话题: xml
进入Java版参与讨论
1 (共1页)
c******n
发帖数: 4965
1
I know it's a dead horse.....
but I think it's too much hype and ultimately the issue is simply
serialization/deserialization of messages, like the way Thrift treats
it.
ultimately programmers just need to treat the service as an interface
and call that using the language that expresses the service. SOAP/REST
is simply an encoding of the rest ( XML envolope vs encoding of the URL
), developers should not care about such encodings, instead they should
simply care about the service language.
at
s******e
发帖数: 493
2
one thing that is always poped up in the debate of soap vs rest is the
simplicity of the protocol.
many think that rest protocol is much simpler and easier to use than soap.
But this really depends on your background and your taste.
xml seems to be more verbose than json considering the download and upload
size. this is also an important factor you have to weigh out if you have a
global deployment, especially for users with a limited bandwidth, high
network latency, and/ or slow network speed.
t*******e
发帖数: 684
3
Use SOAP/WSDL/XML for B2B, heavy-weight, and transactional communications.
REST/WADL/JSON is more efficient for high-frequent, client/server
communications, such as Ajax. In many places, such as CMS/DMS, both flavors
of web services are supported.
1 (共1页)
进入Java版参与讨论
相关主题
Can someone help on Soap?这个UDDI是咋回事儿?求讲解。。。
也问个SOAP相关问题那么多java证书,该考哪个?
What is the difference between web application and web services?java SOAP比restful难学吗?
Web Services 现在很热吗?请问高手:thrift 要通过什么连database 比如 mysql ?
soa变成rest,大家公司在用哪个?什么是JAX WS
怎么把servlet publish成web servicesjava web service 得迷惑
如何学习用Java开发Web Service?Web service framework choice?
现在做jasper report,amazon web services了,goodbug我要经常向你请教了。[转载] Lousy WSDL?
相关话题的讨论汇总
话题: rest话题: soap话题: thrift话题: simply话题: xml