0

您能否使用 Java Restlet RESTful API 与一些用 PHP 编写的提供者的 API 进行交互?

如果是这样,这是通过什么方式完成的?

更具体地说,对于使用过 Restlet API 的任何人,您是否知道任何用于此用途的特定包或类?

4

1 回答 1

1

RESTfull web services are designed to be language independent. Most people use JSON as way of communication with REST. And this makes the whole thing language independent.

There is no reason why your Java RESTful API shouldnot work with PHP REST API.

于 2012-06-07T04:16:14.117 回答