blob: d8b1439ac301f28617a6776ebeffb4f0c321d6a7 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<link rel="stylesheet" type="text/css" href="../../com.ibm.help.doc/swg_info_common.css" />
<title>Web projects</title>
<script language="JavaScript">
function popup_window( url, id, width, height )
{
popup = window.open( url, id, 'toolbar=no,scrollbars=no,location=no,statusbar=no,menubar=no,resizable=no,width=' + width + ',height=' + height + ',left=,top=' );
popup.focus();
}
</script><script language="JavaScript" src="help/liveHelp.js"></script></head>
<body id="cwebprojects"><a name="cwebprojects"><!-- --></a>
<h1 class="topictitle1">Web projects</h1>
<div><p>Web projects hold all of the Web resources that
are created and used when developing your Web application. The first step
to creating or importing a Web application is to create either a static or
a dynamic Web project. Static Web projects are meant to contain only simple
Web site resources, such as HTML files. Dynamic Web projects are used to structure
Web applications that will use more complicated, dynamic Web technologies,
such as JavaServer Pages files, and possibly data access resources.</p>
<p>Though the Web project is structured on your file system in compliance
with the J2EE Web application standard for deployment purposes, the Project
Explorer view is designed to show the most convenient display of project resources
for use while you are actually developing the Web application. When you are
finished developing your Web application, you use the Web project to deploy
the correct resources to the server. These resources will be packaged in a
file called a Web archive, or WAR file.</p>
</div>
<p>
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.
</p>
</body>
</html>