blob: 8c19d78755f344715580e5b842ea689e7fc57c48 [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 development tools</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="cwebdevelopmenttools"><a name="cwebdevelopmenttools"><!-- --></a>
<h1 class="topictitle1">Web development tools</h1>
<div><p>The Web development tools enable you to create Web applications
that range from simple static sites to dynamic Web applications that use the latest Web technologies.</p>
<p>The Web perspective contains a selection of views and editors that are
customized to be most useful to a Web developer.</p>
<ul>
<li>
The editors include standard source editors with <a href="../../org.eclipe.wst.sse.doc.user/topics/tsrcedt005.html">content assist</a> features.
To extend
these pages, you can include form elements, Java™ applets, embedded scripts, dynamic
controls, and <a href="cpdjsps.html"> JavaServer Pages</a> (JSP)
tags.<p></p>
</li>
<li> <a href="../../org.eclipse.wst.webtools.doc.user/topics/ccwebxml.html"> Web Deployment Descriptor Editor</a> helps you define any of the deployment
information that can exist in the Web application deployment descriptor included
in a WAR file. Pages in this graphical editor provide controls to set numerous
Web application parameters associated with servlets, filters, life-cycle listeners,
mime mappings, parameters, references, security, and other general deployment
settings. The Web deployment descriptor editor also enables you to configure WebSphere<sup>®</sup> Application
Server-specific bindings and extensions. </li>
</ul>
</div>
<p><b class="relconceptshd">Related concepts</b><br />
<a href="ccwebper.html" title="">The Web perspective</a><br />
<a href="../../org.eclipse.wst.webtools.doc.user/topics/ccwebxml.html">Web Deployment Descriptor Editor</a><br />
<a href="cwwarovr.html" title="">Web archive (WAR) files</a><br />
<a href="ccwebprj.html" title="">Dynamic Web projects and applications</a><br />
<a href="ccstatic.html" title="">Static Web projects</a><br />
<a href="cwebprojects.html" title="">Web projects</a><br />
<a href="cwebpagedesign.html" title="">Web page design</a><br />
<a href="cwebtechnologies.html" title="">Web technologies</a><br />
</p>
<p><b class="reltaskshd">Related tasks</b><br />
<a href="../../org.eclipse.wst.webtools.doc.user/topics/twcreprj.html">Creating a dynamic Web project</a><br />
<a href="../../org.eclipse.wst.webtools.doc.user/topics/twcresta.html">Creating a static Web project</a><br />
<a href="../../org.eclipse.wst.webtools.doc.user/topics/tjcrejsp.html">Creating JavaServer Pages (JSP) files</a><br />
</p>
<p>
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.</p>
</body>
</html>