Reader small image

You're reading from  Java EE 7 Development with NetBeans 8

Product typeBook
Published inJan 2015
Reading LevelIntermediate
PublisherPackt
ISBN-139781783983520
Edition1st Edition
Languages
Tools
Right arrow
Author (1)
David R Heffelfinger
David R Heffelfinger
author image
David R Heffelfinger

David Heffelfinger is the Chief Technology Officer of Ensode Technology, LLC, a software consulting firm based in the greater Washington DC area. He has been architecting, designing, and developing software professionally since 1995, and has been using Java as his primary programming language since 1996. He has worked on many large-scale projects for several clients including the US Department of Homeland Security, Freddie Mac, Fannie Mae, and the US Department of Defense. He also has a Masters degree in Software Engineering from Southern Methodist University. David is Editor-in-Chief of Ensode.net (http://www.ensode.net), a website about Java, Linux, and other technology topics.
Read more about David R Heffelfinger

Right arrow

Using ICEfaces components in our JSF applications


ICEfaces is another popular JSF library that simplifies JSF application development. To use ICEfaces in our JSF applications, create a new web application project. When selecting JavaServer Faces as a framework, click on the Components tab and click on the checkbox labeled ICEfaces.

Unlike PrimeFaces, the ICEfaces libraries are not included with NetBeans. Therefore, we need to download them from http://www.icesoft.com and create a new library.

The file we need to download is the latest stable binary distribution of ICEfaces (the filename was ICEfaces-3.3.0-bin.zip at the time of writing).

Note

You need to register on the ICESoft website (www.icesoft.org) to download the ICEfaces libraries.

After extracting the downloaded ZIP file, the JAR files we need to add to our library can be found under icefaces/lib.

To create a new ICEfaces library in NetBeans, click on the More... button next to ICEfaces. The following dialog window pops up:

Note

Although...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Java EE 7 Development with NetBeans 8
Published in: Jan 2015Publisher: PacktISBN-13: 9781783983520

Author (1)

author image
David R Heffelfinger

David Heffelfinger is the Chief Technology Officer of Ensode Technology, LLC, a software consulting firm based in the greater Washington DC area. He has been architecting, designing, and developing software professionally since 1995, and has been using Java as his primary programming language since 1996. He has worked on many large-scale projects for several clients including the US Department of Homeland Security, Freddie Mac, Fannie Mae, and the US Department of Defense. He also has a Masters degree in Software Engineering from Southern Methodist University. David is Editor-in-Chief of Ensode.net (http://www.ensode.net), a website about Java, Linux, and other technology topics.
Read more about David R Heffelfinger