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 75950

Summary: API for creating projects should be a public API
Product: javaee Reporter: _ potingwu <potingwu>
Component: Web ProjectAssignee: Radko Najman <rnajman>
Status: RESOLVED WORKSFORME    
Severity: blocker CC: dkonecny, markdey, ppisl, rnajman
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description _ potingwu 2006-05-04 20:43:20 UTC
The general requirement is to allow an external module to create web projects
programatically with some parameters to control the certain project settings
(this will allow any module to create their own UI (i.e. wizard iterators) while
reusing the underlying web project machinery for instantiating the project.
Comment 1 David Konecny 2008-04-09 02:18:03 UTC
org.netbeans.modules.web.project.api.WebProjectUtilities ?
Comment 2 _ potingwu 2008-04-09 02:40:57 UTC
By using the framework approach, Visual Web is no longer needing this feature.

But since org.netbeans.modules.web.project.api.WebProjectUtilities is not public (friend only), it's still not
accessible by the 3rd party developers.