blob: 9ce1347f5b4c4be3e64194e80c0687fb74c36848 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Eclipse Web Tools Platform Project Development</title>
<link rel="stylesheet" href="http://www.eclipse.org/default_style.css" type="text/css">
</head><body text="#000000" bgcolor="#ffffff" link="#0000ee" vlink="#551a8b" alink="#ff0000">
<table BORDER=0 CELLSPACING=5 CELLPADDING=2 WIDTH="100%" >
<tr>
<td ALIGN=LEFT width="60%"><FONT class="indextop">jst j2ee</FONT><BR>
<FONT class="indexsub">test plan: Creating a Dynamic Web Project</FONT></td>
<td WIDTH="40%"> <IMG src="../../../../../images/Idea.jpg" hspace="50"
height="86" width="120" align="CENTER"></td>
</tr>
</table>
<h1>Creating a static Web project</h1>
<table BORDER=0 CELLSPACING=5 CELLPADDING=2 WIDTH="100%" >
<tr>
<td ALIGN=LEFT VALIGN=TOP> <I></I></td>
</tr>
<tr>
<td ALIGN=LEFT VALIGN=TOP BGCOLOR="#0080C0"><b>
<font face="Arial,Helvetica" color="#FFFFFF">Introduction</font></b></td>
</tr>
</table>
<p>You can create a static web project from any perspective.<p>
<table BORDER=0 CELLSPACING=5 CELLPADDING=2 WIDTH="100%" >
<tr>
<td ALIGN=LEFT VALIGN=TOP BGCOLOR="#0080C0"><b>
<font face="Arial,Helvetica" color="#FFFFFF">Steps</font></b>
</td>
</tr>
</table>
<OL>
<LI><P>From any perspective, click <B>File &gt; New &gt; Project</B>...</P></LI>
<LI><P>In the New Project wizard page, expand Web, and select Simple Web Project</LI>
<LI><P>Click Next.<BR>
<IMG border="0" src="images/staticWebProject1.PNG" >
</LI>
<LI><P>Enter StaticWebProject1 into Project Name field, and click Finish.</p>
<IMG border="0" src="images/staticWebProject2.PNG">
</LI>
</OL>
<H2>Creating a Dynamic Web project</H2>
<table BORDER=0 CELLSPACING=5 CELLPADDING=2 WIDTH="100%" >
<tr>
<td ALIGN=LEFT VALIGN=TOP> <I></I></td>
</tr>
<tr>
<td ALIGN=LEFT VALIGN=TOP BGCOLOR="#0080C0"><b>
<font face="Arial,Helvetica" color="#FFFFFF">Introduction</font></b></td>
</tr>
</table>
<P>You can create a dynamic web project from any perspective.</P>
<table BORDER=0 CELLSPACING=5 CELLPADDING=2 WIDTH="100%" >
<tr>
<td ALIGN=LEFT VALIGN=TOP BGCOLOR="#0080C0"><b>
<font face="Arial,Helvetica" color="#FFFFFF">Steps</font></b>
</td>
</tr>
</table>
<OL>
<LI><P>From any perspective, click <B>File &gt; New &gt; Project</B>...</P></LI>
<LI><P>In the New Project wizard page, expand Web, and select J2EE Web Project</P></LI>
<LI><P>Click Next.</P>
<IMG border="0" src="images/staticWebProject3.PNG">
</LI>
<LI><P>Enter DynamicWebProject1 into Project Name field.</P>
<IMG border="0" src="images/staticWebProject4.PNG">
</LI>
<LI><P>Click the button New... for Target server, and in New Server Runtime wizard page, expand Basic, and select J2EE Runtime Library.</P></LI>
<LI><P>Click Next.</P>
<IMG border="0" src="images/staticWebProject5.PNG">
</LI>
<LI><P>Click Browse... button for Location, and point to your J2EE runtime directory in your file system, and click Finish.</P>
<IMG border="0" src="images/staticWebProject6.PNG" >
</LI>
<LI><P>Click Finish on Dynamic Web Project wizard page.</P></LI>
</OL>
</BODY>
</HTML>