Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个简单的 Web 服务来将客户端请求存储在 DB 中??Axis 是做什么用的?
Axis 是一个 apache 框架,用于创建基于 SOAP 的 Web 服务。如果您需要创建基于 SOAP 的 Web 服务,axis 是不错的选择之一。但是如果你想编写 RESTful Web 服务,那么你可以选择 jersey、resteasy、restlets 等框架。
但首先要了解您需要创建什么样的 Web 服务,即 SOAP/REST。这是另一个 SO 帖子,可帮助您找到它们之间的区别:
比较和对比 REST 和 SOAP Web 服务?