IBM Websphere Integration Developer - 使用 JAX-RS

发布于 2024-10-18 22:36:12 字数 753 浏览 5 评论 0原文

我知道这不是提出这个问题的最佳位置,但这里是...

我正在使用 IBM Websphere Integration Developer...

我使用 JAX-WS 运行时从 Java 测试类创建 Web 服务,该测试类实例化了其他几个类。

我通过以下方式做到了这一点:

  1. 右键单击 Java 测试 类
  2. Web 服务 ->创建网络服务 服务:Webshpere Process Manager v7.0 Web 服务运行时:IBM Websphere JAX-WS

  3. 检查“发布 Web 服务”->下一步->文档已打包

  4. 检查“将 WSDL 文件生成到项目中”
  5. 检查“配置 WSDL 服务名称”->完成

这导致在测试类的同一包上创建了一个 Delegate Java 类 创建 WSDL 文件和 XSD 文件。

Web 服务工作得很好,这个问题已经解决了...

不,我需要有一个类似的过程来生成 REST Web 服务,并找到 JAX-RS API。

为了实现这一点,我安装了“Websphere Application Server Feature Pack for Web 2.0”,并认为通过这样做,我不仅能够使用 JAX-WS、JAX-RPC,还能够使用 JAX-RS,但这并没有不工作。

我需要能够从 Java 文本类自动生成 REST Web 服务,那么这是否可能?

问候

I know this isn't the best place to put this question but here it goes...

I'm using IBM Websphere Integration Developer...

I used JAX-WS runtime to create webservices from a Java test class, that instantiates severall other classes.

I did this by:

  1. Right clicking on the Java test
    class
  2. Web Services -> Create Web Service
    Service: Webshpere Process Manager v7.0 Web Service Runtime: IBM
    Websphere JAX-WS

  3. Checking "Publish the Web Service" -> Next -> Document Wrapped

  4. Checking "Generate WSDL file into the project"
  5. Checking "Configure WSDL service name" -> Finish

This resulted on the creating of a Delegate Java class on the same package of the test class
The creation of a WSDL file and an XSD file.

The Web Service is working great an this is solved...

No I need to have a similar process to generate a REST web service, and found out the JAX-RS API.

In order to have this I installed the "Websphere Application Server Feature Pack for Web 2.0" and thought that by doing this I would have the abilitty to use no only JAX-WS, JAX-RPC, but also JAX-RS, but this doesn't work.

I need the ability to generate REST Web Services automatically from a Java text class so is or isnt this possible?

Regards

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

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

发布评论

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

评论(1

梦里泪两行 2024-10-25 22:36:12

事实证明,目前 JAX-RS API 无法实现通过使用 JAX-WS 和 JAX-RPC 提供的自动化。

尽管如此,您可以使用 Rational Application Developer 非常轻松地完成此操作,但在 Websphere Integration Developer 上则不然。

问候

As it turns out the automatization supplied by the usage of JAX-WS and JAX-RPC is not possible at this moment for JAX-RS API.

Despite of this, you can do this quite easily using Rational Application Developer, but not as easily on Websphere Integration Develloper.

Regards

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