Oracle SOA 中的批处理

发布于 2024-10-06 23:21:56 字数 148 浏览 0 评论 0原文

我想在 Oracle SOA 应用程序中实现批处理。在我们的 BPEL 流程中,我将收到巨大的 xml,我将解析 xml 并调用 XML 中每个项目中的其他 Web 服务? Oracle SOA能做到吗?或者我需要像 Spring Batch 这样的框架。 ?

谢谢

I want to implement batch processing in Oracle SOA application. In our BPEL proceess, I will receive huge xml and I will parse xml and call other web services in each item in the XML? Oracle SOA can do it ? Or I need frameworks like Spring Batch. ?

Thanks

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

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

发布评论

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

评论(2

苍风燃霜 2024-10-13 23:21:56

这是一个非常古老的问题。但我想我应该对此发表答案。

这取决于您的 XML 有多大。如果它太大那么你应该使用这样的东西。
文件适配器-> OSB-> SOA

因为不建议使用大型 XML 直接调用 BPEL。由于 BPEL 是有状态的,它会变得很慢。您应该使用 OSB 解析大型消息,然后调用 SOA 服务。

希望有帮助

It is a very old question.But I thought I should post an answer to this.

It depends how big is your XML. If its too big then you should use something like this.
File adapter-> OSB-> SOA

As it is not recommended to use large XMLs calling BPEL directly. It will become slow as BPEL is stateful. You should rather parse the Large message using OSB then call a SOA service.

Hope it helps

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