RESTful web service的意思|示意

美 / / 英 / /

rest式web服务


RESTful web service的网络常见释义

什么是 ... 什么是RESTful Web Service 三、资源(Resources) 所谓"上网",就是与互联网上一系列的"资源"互动,调用它的URI。 ...

RESTful web service相关例句

Listing 5 shows how the Apache Wink client can be used in a servlet for retrieving the data from a RESTful web service.

清单5展示如何在servlet中使用Apache Wink客户端从RESTful Web服务中检索数据。

As a guideline to design a RESTful Web service, you can follow these four steps.

在设计rest式Web服务时,可以采用以下四个步骤。

The former is the URI to identify the resource to request on the RESTful Web service server.

前者是标识RESTful Web服务服务器上要请求的资源的URI。

This collaboration between client application and service is essential to being stateless in a RESTful Web service.

客户端应用程序与服务之间的这种协作对于基于REST的Web服务中的无状态性极为重要。

Now that you've imported the necessary libraries, you're nearly ready to write your first RESTful Web service.

现在已导入所需的库,基本可以编写第一个 RESTful Web 服务了。

Listing 4 shows the code for an Ajax-based HTML page, which ACTS as the client to the above RESTful Web service.

清单4显示了一个基于Ajax的html页面的代码,它可以用作上述基于REST的Web服务的客户端。