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 106443 - Review API of the new Grizzly-based httpserver module
Summary: Review API of the new Grizzly-based httpserver module
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Internal Server (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-13 00:21 UTC by Petr Jiricka
Modified: 2007-06-13 14:24 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Javadoc for the new API (608.90 KB, application/octet-stream)
2007-06-13 00:23 UTC, Petr Jiricka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2007-06-13 00:21:56 UTC
We are rewriting the internal HTTP server module in order to remove the closed source API components, see also issue
95920. As a part of this change, the old contract which allows modules to hook into the embedded server by creating a
servlet will disappear. Instread, a new API will be introduced, based on the open source Grizzly HTTP engine. 

This API will have a friend classification, and will be open specifically only to modules that are using it in NetBeans
5.5.x: HTTP monitor, XSL support, and Mobility project. The API will consist of a wrapper class exposed by the HTTP
server module, and the API of Grizzly itself. I am attaching the Javadoc of this API.
Comment 1 Petr Jiricka 2007-06-13 00:23:19 UTC
Created attachment 43582 [details]
Javadoc for the new API