This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 198944

Summary: Improve work with JSF component libraries
Product: javaee Reporter: Martin Fousek <marfous>
Component: JSFAssignee: Martin Fousek <marfous>
Status: RESOLVED FIXED    
Severity: normal Keywords: PLAN
Priority: P2    
Version: 7.1   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description Martin Fousek 2011-05-27 09:50:34 UTC
Now, there is possibility to choose for JSF framework just one JSF suite with additional components. And this JSF suite is bundled with NetBeans IDE.

There should be changed API for possibility to register also JSF suites which will be handling their JARs by themself. The API allows also extending of the web project in needed way, provide methods for detecting JSF suite in the project, removing it from the project etc.

As a part of this issue should be rewritted support for current PrimeFaces and added support for RichFaces (JSF suite with unbundled JARs).
Comment 1 Martin Fousek 2012-03-05 13:52:03 UTC
Implemented in Nb7.1. Including IceFaces component libraries support.