Java Reference
In-Depth Information
After we click on OK , the NetBeans ICEfaces library is created.
Now, click on OK and click on Finish on the new JSF project wizard to create our
new project.
Like with PrimeFaces, when using ICEfaces, NetBeans generates a sample ICEfaces
application that we can use as a starting point.
The generated page provides links to additional ICEfaces 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:ui="http://java.sun.com/jsf/facelets"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:icecore="http://www.icefaces.org/icefaces/core"
 
Search WWH ::




Custom Search