blob: 3227525f59a3d0039da39e7e459af9003c6bbf27 [file]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="CONTENT-TYPE" />
<link rel="stylesheet" href="../../book.css" type="text/css" />
<title>Creating a BPEL project</title>
</head>
<body>
<h1>Creating a BPEL project</h1>
<p>
Select <strong>File &gt; New &gt; Project...</strong> and then
<strong>BPEL 2.0 &gt; BPEL Project</strong>.
</p>
<p>
<img src="../../../images/detail_createproject_1.png" alt="New BPEL Project" />
</p>
<p>
Click the <strong>Next</strong> to launch this wizard.<br />
On the first page, enter a project name in the <strong>Project Name</strong>
field, e.g. enter <i>HelloWorld</i>.
</p>
<p>
<img src="../../../images/detail_createproject_2.png" alt="New BPEL Project Wizard" />
</p>
<p>
Click <strong>Finish</strong>.<br />
The wizard completes and results in a project named <i>HelloWorld</i>.
Its structure is like this:
</p>
<p>
<img src="../../../images/detail_createproject_3.png" alt="The BPEL Project structure" />
</p>
</body>
</html>