All > Technology > Programming > Java
- An application that exists in a distributed environment, such as the Internet. A Web service accepts a request, performs its function based on the request, and returns a response. The request and the response can be part of the same operation, or they can occur separately, in which case the consumer does not need to wait for a response. Both the request and the response usually take the form of XML, a portable data-interchange format, and are delivered over a wire protocol, such as HTTP.
- Browse Related Terms: Agent, Client, Common Gateway Interface, distributed application, Java 2 Platform, Enterprise Edition (J2EE), Javascript, JavaServer Faces Technology, POA, registry, servlet, Web server provider, Web service
Also listed in: