blob: b89e712d769ee2eee6235fcbf6b3de9284e29b9c [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../../../../wtp.xsl"?>
<html>
<head>
<meta name="root" content="../../../../.." />
<title>test plan: Ear Modules</title>
</head>
<body>
<h1>jst j2ee</h1>
<h2>Introduction</h2>
<p>This test plan walks you through the scenario of how to set up modules in an Enterprise Application module (EAR).<br/>
<br/>
</p>
<h2>Prerequites</h2>
<p>This test plan scenario works on WTP 0.7 M5 or later milestone releases.<br/>
</p>
<h2>Steps</h2>
<p>
<ol>
The Ear Java Jar Dependencies properties page is used to add/remove modules in an EAR. To launch this properties page right click on any EAR project project<br/>
<br/>
<br/>
<li> Create and EAR <br/>
<br/>
</li>
<li> Right click on the EAR module created and select <b>Properties</b>-&gt; <b>J2EE Module Dependencies->EAR modules</b><br/>
<br/>
<table
cellspacing="10"
cellpadding="10">
<tr>
<td>
<img src="images/EARModules.JPG" />
</td>
</tr>
</table>
</li>
<li> The Web, EJB,Connector and AppClient modules will be shown as the available modules <br/>
<br/>
</li>
<br/>
<li> The Java project are also shown, if one choosen, are converted to jst.utility component
and added as a dependent module of the EAR.
<br/>
</li>
<br/>
<li>
Select any module, try to add and remove some, no error should be thrown.
<br/>
</li>
</ol>
</p>
</body>
</html>