提高Web Service效率的几种方式
|
基于SOAP的Web Service的性能一直为人诟病,由于采用 XML标准进行系统间的数据传输,加大了传输的数据量,尤其是在传输一些具有比较严格结构的数据时,会使得传输效率有所下降,以至于有人认为如果真的要考虑性能,.. Tags:
WebService
效率
|
|
基于SOAP的Web Service的性能一直为人诟病,由于采用 XML标准进行系统间的数据传输,加大了传输的数据量,尤其是在传输一些具有比较严格结构的数据时,会使得传输效率有所下降,以至于有人认为如果真的要考虑性能,.. Tags:
WebService
效率
|
|
最近大家对REST有很多讨论甚至争论,集中在REST是否需要描述语言,REST与SOAP哪个更适合Web service(例如http://www.infoq.com/news/2007/05/is-rest-winning)。这些讨论其实触及SOA的核心问题:创建松耦合服务接口.. |
|
Model Driven Architecture(MDA) defines a framework for processing and relating models.MDA tools transform pure biz models into complete,deployable,running application with a minimum of technological.. |
|
The recent years have seen too much discussion about X-oriented programming or architecture.The X, of course,is supposed to be one of the three words: "Object","Aspect",and &quo.. |