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.
谁能告诉我,如何使用 eclipse 在 java 中创建一个简单的 Web 服务,然后告诉我如何在云上托管该服务。
是否有任何方法或方法来创建 Web 服务而不是使用 ECLIPSE?谁能给我一些简单的步骤或例子?
感谢您宝贵的时间!......
This和This将帮助您在 Eclipse 中使用 JPA 在 Java 中创建 Web 服务。
你应该检查这个。Jersey 是用于在 JAVA 中创建 REST Web 服务的框架。