简体   繁体   English

在Java和Eclipse中使用BPEL实现Web服务编排

[英]Implementing a web service orchestration with BPEL in java and eclipse

I've been reading a lot of different tutorials for creating web services, but none of these could help me create a web service with a BPEL orchestration of web services. 我已经阅读了很多有关创建Web服务的教程,但是这些教程都无法帮助我使用BPEL编排Web服务来创建Web服务。

How can I implement a java program that uses a BPEL orchestration to keep track of the web services being used and how can I communicate with these in the best way? 如何实现一个使用BPEL编排的Java程序来跟踪所使用的Web服务,以及如何以最佳方式与它们进行通信?

I am new to SOA, BPEL and so on so this question might seem dumb, but is the BPEL (document/code) supposed to be located at the server (web service) or at the client side? 我是SOA和BPEL的新手,所以这个问题似乎很愚蠢,但是BPEL(文档/代码)应该位于服务器(Web服务)还是客户端?

If anyone could help me out or maybe show me some good tutorials on this topic, I would really appreciate it. 如果有人可以帮助我,或者给我看一些有关此主题的好教程,我将非常感谢。

Any help will be greatly appreciated. 任何帮助将不胜感激。

Bpel code is located at server side. Bpel代码位于服务器端。

You could create a java program which access your bpel process, after exposing it like a web service. 在像Web服务一样公开之后,您可以创建一个访问bpel进程的Java程序。

Example: 例:

http://www.oracle.com/technetwork/articles/matjaz-bpel1-090575.html http://www.oracle.com/technetwork/articles/matjaz-bpel1-090575.html

But there are better options for orchestration, like Oracle Service Bus. 但是,有一些更好的编排选项,例如Oracle Service Bus。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM