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.
为什么我们在 java 中使用 web 服务而不是 jsp-servlet 技术,因为两者的目的相同?
JSP 为Human生成 HTML 视图。
Web 服务返回用于Machine的那种视图的数据。
两者的目的不同。您可以使用 Web 服务 API 来提供 JSP 的内容。因此,JSP 与您的 Web 服务交互。这只是实现它的一种方式。