blob: ed37bbc8edc7916326fa4037e99e60ef910e33e4 [file] [log] [blame]
<div id="maincontent">
<div id="midcolumn">
<h1>$pageTitle</h1>
<h2>What's in M1 ?</h2>
<p>
M1 consists essentially of the code that was initially contributed by IBM
with some minor changes to allow for BPEL source authoring (as opposed to just editing the
provided samples).
</p>
It is indended to be marginally useful because most of the key functionality will not be
there yet.
<p>
<span class="feature"></span>
You can create a new BPEL process file in any project by choosing
<tt>New -> Other ... ---> BPEL Process File.</tt>.
</p>
<ul style="margin-left: 20px;">
<li> Wizard <a href="javascript:void(setImage('wizard','img/new-wizard-1.gif'))">Step 1</a> -
Pick the BPEL 2.0 file wizard.
</li>
<li> Wizard <a href="javascript:void(setImage('wizard','img/new-wizard-2.gif'))">Step 2</a> -
Specify process name, pick namespace, and template to start with.
</li>
<li> Wizard <a href="javascript:void(setImage('wizard','img/new-wizard-3.gif'))">Step 3</a> -
The process goes into the currently selected container. This last step allows
you to place it anywhere in your workspace that you want.
</li>
</ul>
<div class="screenshot">
<img id="wizard" alt="New Wizard" src="img/new-wizard-1.gif" />
</div>
<p>
<span class="feature"></span>
Some BPEL specific activities were added to the palette, such as the
Repeat Until loop.
</p>
<div class="screenshot">
<img alt="Repeat Until" src="img/repeat-until.gif"/>
</div>
<p>
<span class="feature"></span>
A few bug fixes to stabilize the build.
</p>
</div>
</div>