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 138531 - Request to make websvc.restlib library module public
Summary: Request to make websvc.restlib library module public
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: apireviews
URL: http://wiki.netbeans.org/JerseyLibMod...
Keywords: API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2008-06-27 23:27 UTC by Peter Liu
Modified: 2008-07-08 02:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Liu 2008-06-27 23:27:26 UTC
This is a request for review for making the websvc.restlib library module public. The websvc.restlib module contains jar
files for JSR311 API, Jersey (JSR311 RI), Grizzly web server and other components Jersey depends on internally.  More
specifically, we are requesting to make public the packages for the JSR311 API, Jersey API/SPI and Grizzly web service.
 The goal is allow NB developers to write modules that can use an embedded Jersey runtime to expose RESTful interfaces
for NetBeans IDE.  See the wiki page in the URL field for more information.
Comment 1 Peter Liu 2008-07-08 02:04:05 UTC
Just checked in the changes to make this module public: http://hg.netbeans.org/main/rev/c3daab3da68e

I am closing this issue as fixed.