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 - Improve work with JSF component libraries
Summary: Improve work with JSF component libraries
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 7.1
Hardware: PC Linux
: P2 normal (vote)
Assignee: Martin Fousek
URL:
Keywords: PLAN
Depends on:
Blocks:
 
Reported: 2011-05-27 09:50 UTC by Martin Fousek
Modified: 2012-03-05 13:52 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.