将 WS-Security 与 JAX-WS 结合使用

发布于 2024-10-19 03:45:56 字数 101 浏览 1 评论 0原文

假设我只有 emacs。我想实现一个使用 WS-Security 和 JAX-WS 的 Web 服务。有谁知道实现不依赖 Netbeans 等工具的客户端的好例子吗?

谢谢

Let's pretend all I have is emacs. I want to implement a web service that uses WS-Security with JAX-WS. Does anyone know of a good example of implementing a client that does not rely on tools like Netbeans?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

天荒地未老 2024-10-26 03:45:56

Metro 堆栈(这是 jaxws 的参考实现)有一个非常详细的 指南,几乎所有示例都有“使用 netbeans”和“不使用 netbeans”版本(例如,我认为第 13/14 节就是您要查找的内容)。我知道这一点是因为我自己用 emacs 做过很多这样的事情。 (请注意,metro 堆栈有一些基本 JDK 中没有的增强功能,因此您可能需要专门使用它来使这些功能正常工作)。

The metro stack (which is the reference implementation for jaxws) has a pretty detailed guide, and pretty much all the examples have "with netbeans" and "without netbeans" versions (e.g. i think sections 13/14 are what you are looking for). I know this because I've done a lot of this with emacs myself. (Note, the metro stack has some enhancements not in the base JDK, so you might need to use it specifically to get that stuff working).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文