开发者

What is the difference between a web service and a web application? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

How can we differentiate between a web service and a web application?开发者_运维百科


There's a variety of answers to this question, but I think the most concise is as follows. A web application is designed to be used by humans, whereas a web service is designed to be used by other pieces of software (which may or may not be part of a web application). Does that help?


Think of a web service as a function you can call through the internet. In contrast a web application is the whole thing, including gui.


Web application have both UI and data communication functionality.. while web service only meant to transfer data or actions.


One is optimized for computer access, while the other is optimized for human access.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜