blob: 782fcfef8183654deaa9e26d41e2e78e08031ea5 [file] [log] [blame]
kprice9c922d82006-08-30 22:07:19 +00001<?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">
2<html lang="en-us" xml:lang="en-us">
3<head>
4<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
5<meta name="copyright" content="Copyright (c) 2000, 2006 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: IBM Corporation - initial API and implementation" />
6<meta name="DC.rights.owner" content="(C) Copyright 2000, 2006" />
7<meta content="public" name="security" />
8<meta content="index,follow" name="Robots" />
9<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
10<meta content="concept" name="DC.Type" />
11<meta name="DC.Title" content="Web projects" />
12<meta content="Web projects, overview, Web applications, creating or importing" name="DC.subject" />
13<meta content="Web projects, overview, Web applications, creating or importing" name="keywords" />
14<meta content="XHTML" name="DC.Format" />
15<meta content="cwebprojects" name="DC.Identifier" />
16<meta content="en-us" name="DC.Language" />
17<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
syeshin30fe03d2005-09-01 14:44:04 +000018<title>Web projects</title>
syeshin66078272005-09-20 16:53:38 +000019</head>
syeshin30fe03d2005-09-01 14:44:04 +000020<body id="cwebprojects"><a name="cwebprojects"><!-- --></a>
kprice9c922d82006-08-30 22:07:19 +000021
22
syeshin30fe03d2005-09-01 14:44:04 +000023<h1 class="topictitle1">Web projects</h1>
kprice9c922d82006-08-30 22:07:19 +000024
25
26<div>
27<p>Web projects hold all of the Web resources that are created and used when
lmandel49d6a1a2006-01-23 07:32:18 +000028developing your Web application. The first step to creating or importing a
29Web application is to create either a static or a dynamic Web project. Static
30Web projects are meant to contain only simple Web site resources, such as
31HTML files. Dynamic Web projects are used to structure Web applications that
32will use more complicated, dynamic Web technologies, such as JavaServer Pages
33files, and possibly data access resources.</p>
kprice9c922d82006-08-30 22:07:19 +000034
syeshin30fe03d2005-09-01 14:44:04 +000035<p>Though the Web project is structured on your file system in compliance
syeshin30fe03d2005-09-01 14:44:04 +000036with the J2EE Web application standard for deployment purposes, the Project
syeshin30fe03d2005-09-01 14:44:04 +000037Explorer view is designed to show the most convenient display of project resources
syeshin30fe03d2005-09-01 14:44:04 +000038for use while you are actually developing the Web application. When you are
syeshin30fe03d2005-09-01 14:44:04 +000039finished developing your Web application, you use the Web project to deploy
syeshin30fe03d2005-09-01 14:44:04 +000040the correct resources to the server. These resources will be packaged in a
syeshin30fe03d2005-09-01 14:44:04 +000041file called a Web archive, or WAR file.</p>
kprice9c922d82006-08-30 22:07:19 +000042
syeshin30fe03d2005-09-01 14:44:04 +000043</div>
kprice9c922d82006-08-30 22:07:19 +000044
45
46</body>
47</html>