blob: 020ab725996a9990043203a535b7df8c8dc4dcb1 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" href="../../book.css" type="text/css">
<title>JSF Facets</title>
</head>
<body>
<h1>JSF Facets</h1>
<br>
A Facet is an Eclipse WebTools Project concept which essentially means a capability attached to an Eclipse project. For more information see WST WTP Facets documentation. The JSF Facet, therefore, supplies behaviours and capabilities that are associated with JSF. Most of the features offered by the JSF Tooling project require that the JSF Facet be installed.
In order to use JSF tooling capabilities, a project must have the following pre-requisite facets:
<ul>
<li>Dynamic Web Module v2.3 or greater</li>
<li>Java v1.4 or greater</li>
</ul>
<br>
The following features are available when the JSF facet is installed:
<ul>
<li>JSF Library configuration support</li>
<li>Application Configuration Management</li>
<li>JSP Source Page semantic validation and content assist for most of the JSF Core and JSF HTML tag library attribute values using Expression Language (EL) or not.</li>
<li>"Run on Server" support of a JSF JSP page</li>
</ul>
<br>
<p><b>Note:</b> when a WAR file that contains a JSF Web module is imported as a project, the technology currently is unable to detect this. It will be necessary to manually add the JSF Facet to the imported project.</p>
<br>
<img src="../../images/ngrelc.png" alt="Related concepts" border="0">
<p>
<a href="./jsf_facets_install.html">What happens when a JSF Facet is installed?</a><br>
<a href="./jsf_facets_uninstall.html">What happens when a JSF Facet is un-installed?</a><br>
</p>
</body>
</html>