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 101497 - One-click in browser to add new Update Center
Summary: One-click in browser to add new Update Center
Status: RESOLVED DUPLICATE of bug 90182
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-18 01:41 UTC by kohsuke
Modified: 2008-10-16 16:42 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 kohsuke 2007-04-18 01:41:12 UTC
As more people develop plugins, it's natural that they want to provide their own
update centers to deliver module updates (like
http://www.liguorien.org/javascripteditor/ )

Unfortunately, it's fairly painful for users of such 3rd party update centers to
register the custom update center. You can see the pain in
http://blogs.sun.com/geertjan/date/20060113

It's one thing for a module author to go through some pains to set up a custom
update center, but it's entirely another for all the users of such custom update
center to go through this much trouble.

This needs to be easier.

Several ideas:

- define a custom file extension and MIME type for update center XML. Then
NetBeans installer could register itself against those MIME types and provide
GUI to add a custom auto update center. The end user experience would be:

   1. Alice the module author sets up her web server to return a proper MIME
type or just use the right extension. Her netbeans module project page will have
a prominent link.
   2. Bob will click that link.
   3. His IE or Firefox asks him to launch an application. He'll say yes.
   4. a small application starts and ask him if he really wants to register this
update center. He says yes.
   5. a new update center gets registered.
   6. Bob is happy because the installation was easy.
      Alice is happy because her users are happy.
Comment 1 Michal Mocnak 2007-05-07 12:32:30 UTC
Actually it's more frequented problem for users. Registering a new update center
is still uncomfortable also despite of a new plugin manager.
Comment 2 Jesse Glick 2007-05-08 01:12:51 UTC
You can bundle update centers defs in a module. When someone routinely publishes
updates at some URL, they ought to just add their own update center. As of NB
5.0 this is very easy to do from the IDE; just run the wizard. Then users just
need to get the first version of the module somehow.
Comment 3 Jiri Rechtacek 2008-10-16 16:42:39 UTC

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