First impression of Oracle jDeveloper BPEL Beta2

Andre Crone 2
0 0
Read Time:1 Minute, 24 Second

The last few days a colleague and I have been looking into a beta release of Oracle’s BPEL designer for jDeveloper. This tool enables you to orchestrate single web services into complete enterprise workflows using the Business Process Execution Language. First we went through a tutorial that was written for the Eclipse version of the BPEL designer. This way we were able to learn the concepts of BPEL. We were able to implement almost everything in the tutorial even though the JDeveloper version is slightly different from the Eclipse version.

Our first impression of the tools is that it is stable. We didn’t encounter big problems so far. We started with beta1 and are currently working with beta2 of the product. Beta2 gave us the possibility to make the database adapter work.

The picture below shows the diagram of the simple showcase we developed with the designer tool:
jDeveloper BPEL designer

This process calls a webservice to retreive the current temperature from a specific airport. The result of this service is then stored into an Oracle table using the database adapter.
Creating a database adapter is very easy. You simply click through a wizard where you can configure the database connection and the stored procedure you want to call. The tool then created a wsdl file that describes the behaviour of the partner link that is based on this database adapter.

We are now going to explore more of the possibilities of the jDeveloper BPEL plugin like the XSLT generator which will speed up handling XML files. We will also look into the possibilities to incluse Java (beans) in a BPEL process. We will post future experiences regarding these possibilities on this blog.

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

2 thoughts on “First impression of Oracle jDeveloper BPEL Beta2

Comments are closed.

Next Post

Pipelining 10g Database Export and Import

A very interesting feature in the Oracle 10g Data Pump I becase recently aware of is the option to link an Export job in one database to an Import job in another (or presumably the same) database through a pipe. This allows for direct data transfer without the creation of […]
%d bloggers like this: