Java Reference
In-Depth Information
After we create the RichFacesNetBeans library, our project is ready and NetBeans
generates a sample RichFaces application that we can use as a starting point.
Like with PrimeFaces and ICEfaces, the RichFaces page generated by NetBeans
provides links to additional RichFaces resources, as shown in the following code:
<?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 xmlns="http://www.w3.org/1999/xhtml"
xmlns:rich="http://richfaces.org/rich"
xmlns:h="http://java.sun.com/jsf/html">
<h:head>
<title>Richfaces Welcome Page</title>
</h:head>
<h:body>
<rich:panel header="Welcome to Richfaces">
RichFaces is an advanced UI component framework for easily
integrating Ajax capabilities into business applications using JSF.
Check out the links below to learn more about using RichFaces in your
application.
<ul>
<li>
<h:outputLink value="http://richfaces.org" >
Richfaces Project Home Page</h:outputLink>
</li>
<li>
 
Search WWH ::




Custom Search