Web Service vs Web Application

前端 未结 11 590
别跟我提以往
别跟我提以往 2020-12-12 13:13

I know this is an old question and must have been answered hundred times already, but I am not able to find a satisfactory response as yet.

I am creating an applicat

11条回答
  •  温柔的废话
    2020-12-12 13:50

    I know its too late to replay, but still i want

    Web Services approach is good if

    a. enterprise integration with only webservices, like integrating distributed modules /applications.

    b. suited for distributed applications

    c. more than one consumer for same service - like Banks consuming data from Credit Reporting Agency

    d. consumers want data in different formats - like one consumer(customer) wants in XML format, other would be in JASON ..etc

提交回复
热议问题