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 75075 - Remove web deployment descriptor APIs
Summary: Remove web deployment descriptor APIs
Status: RESOLVED DUPLICATE of bug 71288
Alias: None
Product: javaee
Classification: Unclassified
Component: DD Editor (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: apireviews
URL:
Keywords: API, API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2006-04-14 17:15 UTC by Petr Jiricka
Modified: 2006-04-24 08:45 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2006-04-14 17:15:05 UTC
I would like to remove the Web Deployment Descriptor API from the standard
distribution of NetBeans 5.5:

http://www.netbeans.org/download/dev/javadoc/org-netbeans-api-web-dd/architecture-summary.html
http://www.netbeans.org/download/dev/javadoc/org-netbeans-api-web-dd/overview-summary.html

This API was deprecated (it is not listed in the API list for NB 5.0), and
replaced by the J2EE deployment descriptor API, which handles all J2EE
deployment descriptors (not just web tier):

http://www.netbeans.org/download/dev/javadoc/org-netbeans-modules-j2ee-dd/architecture-summary.html
http://www.netbeans.org/download/dev/javadoc/org-netbeans-modules-j2ee-dd/overview-summary.html

Currently we are not aware of any clients that use the deprecated web dd API.
Comment 1 Petr Jiricka 2006-04-24 08:45:51 UTC
Done, per issue 71288. Marking as a duplicate of that issue.

*** This issue has been marked as a duplicate of 71288 ***