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 26760 - Ability to load remote module NBMs using a browser
Summary: Ability to load remote module NBMs using a browser
Status: RESOLVED DUPLICATE of bug 90180
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-24 10:40 UTC by _ tboudreau
Modified: 2006-11-28 14:00 UTC (History)
2 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 _ tboudreau 2002-08-24 10:40:20 UTC
Many module vendors do not use the NetBeans update
center at this point, or for various reasons (such
as purchase issues) do not supply modules using
their own update center.  I propose the following
infrastructure by which this could be done via a
browser:

1.  In browser, user clicks a button.  This button
is part of a hidden form, and initiates an http
POST to localhost:someport.  The IDE is listening
on this port.  Part of the data posted is the URL
to use to get the NBM.

2.  The IDE processes the POST, confirms that it
came from the local machine, and opens the Update
Center on the downloading page, and proceeds to
download the module.

3.  The rest of the update center process is as usual

NOTE:  This will not work on multi-user machines
(as the Open file server doesn't).  This should
not be a problem.

NOTE 2:  I think much of the code for this might
be able to be borrowed from OpenFile - this is
relatively trivial to implement.
Comment 1 Marian Mirilovic 2002-12-06 18:50:23 UTC
reassigne to Hrebejk, new owner of autupdate 
Comment 2 Marian Mirilovic 2003-12-01 10:49:46 UTC
reassigne to Jirka - new owner of autoupdate
Comment 3 Jiri Rechtacek 2005-04-26 12:41:50 UTC
Not planned in the coming releases.
Comment 4 Jiri Rechtacek 2006-11-28 14:00:04 UTC

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