blob: f0fc3b75896e9701fd6313769172087dc089de0d [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 resources</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="cwebresources"><a name="cwebresources"><!-- --></a>
<h1 class="topictitle1">Web resources</h1>
<div><p>In most cases, all of the resources that you need to create for your Web
application are developed during Web site or Web page design; however, there
are additional resources that you may need to include in your Web project
if you are using more advanced Web technologies in your application.</p>
<p>These Web resources are not typical Web page files, and are often not the
resources that you consider part of the final Web site. For example, tag libraries
and Java™ resources,
such as JAR files, are resources you might need to include in your Web project.
</p>
<p>In fact, even the WAR file itself could be considered a Web resource, if
you consider importing or exporting the resource.</p>
</div>
<div><p><b class="relconceptshd">Related concepts</b><br />
<a href="cwebpagedesign.html" title="">Web page design</a><br />
<a href="cwwarovr.html" title="">Web archive (WAR) files</a><br />
<a href="cpdjsps.html" title="">JavaServer Pages (JSP) technology</a><br />
</p>
</div>
<p>
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.
</p>
</body>
</html>