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.
我已经使用骆驼 http 连接器编写了 http 客户端。目前选择 JBoss 作为我的应用服务器。我想编写一个应该在 JBoss 上运行的 HttpService,它可以接收和处理来自客户端的有效负载。
任何指针将不胜感激。
提前致谢
您可以在 Jboss 服务器上运行 REST 服务,该服务可以使用 jersey 或 resteasy 框架轻松构建。也可以使用其他 REST 库。
http 服务也可以使用普通的 servlet 构建。但是 REST 库提供了很多内置支持。