blob: 0b99c9ad73be134f37999aaff362b3d82d96e549 [file] [log] [blame]
syeshin30fe03d2005-09-01 14:44:04 +00001<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE html
3 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4<html>
5<head>
syeshin66078272005-09-20 16:53:38 +00006<link rel="stylesheet" type="text/css" href="../org.eclipse.wst.doc.user/common.css" />
syeshin30fe03d2005-09-01 14:44:04 +00007<title>Web projects</title>
syeshin66078272005-09-20 16:53:38 +00008</head>
syeshin30fe03d2005-09-01 14:44:04 +00009<body id="cwebprojects"><a name="cwebprojects"><!-- --></a>
10
11<h1 class="topictitle1">Web projects</h1>
12<div><p>Web projects hold all of the Web resources that
13
14are created and used when developing your Web application. The first step
15
16to creating or importing a Web application is to create either a static or
17
18a dynamic Web project. Static Web projects are meant to contain only simple
19
20Web site resources, such as HTML files. Dynamic Web projects are used to structure
21
22Web applications that will use more complicated, dynamic Web technologies,
23
24such as JavaServer Pages files, and possibly data access resources.</p>
25<p>Though the Web project is structured on your file system in compliance
26
27with the J2EE Web application standard for deployment purposes, the Project
28
29Explorer view is designed to show the most convenient display of project resources
30
31for use while you are actually developing the Web application. When you are
32
33finished developing your Web application, you use the Web project to deploy
34
35the correct resources to the server. These resources will be packaged in a
36
37file called a Web archive, or WAR file.</p>
38</div>
39<p>
40 (C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.
41</p>
42</body>
43</html>