Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Service Oriented Architecture Tools Platform (STP) » BPEL Compilation
BPEL Compilation [message #576093] Thu, 13 April 2006 23:21 Go to next message
keanu is currently offline keanuFriend
Messages: 49
Registered: July 2009
Member
The main feature of B2J is BPEL to java translation and compilation, which
is not common for other bpel engine.
What is the main reason, or main advantage for compiling bpel into java?
Re: BPEL Compilation [message #576164 is a reply to message #576093] Tue, 18 April 2006 09:40 Go to previous message
Antony Miguel is currently offline Antony MiguelFriend
Messages: 49
Registered: July 2009
Member
Hi Keanu,

I'll keep this short but a bit of history is useful here.

B2J started out as the Choreography component in the Test and
Performance Tools Platform (TPTP) as a runtime to link together various
aspects of the project and to serve as generic test behaviour engine.

These behaviours had certain requirements on the runtime and, in
particular, load testing behaviours had important requirements regarding
scalability and performance.

As such, the runtime grew up not as an interpreter of BPEL XML documents
but with a compilation step that converted the BPEL to Java programs.
These pure Java programs could run much faster than a Java program
interpreting a BPEL document.

In addition, the Java programs ran using a framework which could either
be implemented locally or as distributed nodes (e.g. for large load
tests involving multiple machines).

This division of the running Java program and the server/runtime
framework implementation it used was picked up on as a worthwhile
framework to base runtimes or implementations with other requirements
around and B2J was born.

The plan now is to solicit requirements from other vendors who wish to
make use of the B2J code and create or integrate their own runtimes so
we can evolve the framework to suit.

cheers

Antony

Keanu, Paik wrote:
> The main feature of B2J is BPEL to java translation and compilation,
> which is not common for other bpel engine.
> What is the main reason, or main advantage for compiling bpel into java?
>
Previous Topic:[stp-newsgroup] Phil Coulthard/Toronto/IBM is out of the office
Next Topic:Re: [stp-newsgroup] Re: BPEL Compilation
Goto Forum:
  


Current Time: Thu Apr 25 09:28:32 GMT 2024

Powered by FUDForum. Page generated in 0.03700 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top