blob: f9a9711eb173b2c88981d75b467d60cfc0e406da [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//IETF//DTD HTML 4.0//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head>
<!-- /*******************************************************************************
* 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
*******************************************************************************/ -->
<link rel="stylesheet" type="text/css" href="../../org.eclipse.wst.doc.user/common.css"/>
<title>Web application overview</title>
</head>
<body id="ccwtover"><a name="ccwtover"><!-- --></a>
<h1 class="topictitle1">Web application overview</h1>
<div><p>The Web development environment provides the tools you need to develop
Web applications as defined in the <cite>Sun Microsystems Java&#8482; Servlet
2.3 Specification</cite> and the <cite>Sun Microsystems JSP 1.2 Specification</cite>.
Web applications can be simple (consisting of only static Web pages) or they
can be more advanced and include JavaServer Pages (JSP) files and Java servlets.
These resources, along with an XML deployment descriptor (and other <a href="cwebresources.html"> Web resources</a>, are contained
within a Web project during development. When you are ready to publish the
Web application to the Web, you deploy the Web project to the server in the
form of a Web archive (WAR) file . The end user can then view the Web application
as a Web site from a URL.</p>
</div>
<div><div class="relconcepts"><strong>Related concepts</strong><br>
<div><a href="cwtfeatures.html" title="The integrated Web development environment makes it easy to cooperatively create, assemble, publish, deploy and maintain dynamic, interactive Web applications.">Web tools features</a></div>
</div>
<div class="reltasks"><strong>Related tasks</strong><br>
<div><a href="twcreprj.html">Creating a dynamic Web project</a></div>
<div><a href="tjdetags.html">Creating and editing Web pages - overview</a></div>
</div>
</div>
</body></html>