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 服务的新手。我需要为由 Servlet 和 JSP 组成的现有应用程序创建一个 Web 服务接口。
我无法继续说明如何为 Servlet 创建 Web 服务。
任何指针、电子书和示例代码都将受到高度赞赏。
谢谢。
看看Jersey,它是 Sun 用于构建 RESTful Web 服务的 JAX-RS 实现
这里有一个简单的源代码示例,完成时间不会超过 10-15 分钟