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 - API for creating projects should be a public API
Summary: API for creating projects should be a public API
Status: RESOLVED WORKSFORME
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Radko Najman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-04 20:43 UTC by _ potingwu
Modified: 2008-04-09 02:40 UTC (History)
4 users (show)

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 _ 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.