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 74646

Summary: Add server customizer support
Product: serverplugins Reporter: Sherold Dev <sherold>
Component: InfrastructureAssignee: Petr Hejl <phejl>
Status: NEW ---    
Severity: blocker CC: pjiricka
Priority: P3 Keywords: API
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: javadoc
API change diff

Description Sherold Dev 2006-04-09 10:53:16 UTC
Provide an API for default implementations of some common server manager
customizer panes like classes, sources and javadoc so that we won't have to
copy-paste the same code among plugins any more.
Comment 1 Sherold Dev 2006-04-09 10:57:02 UTC
Created attachment 29710 [details]
javadoc
Comment 2 Sherold Dev 2006-04-09 10:58:42 UTC
Created attachment 29711 [details]
API change diff
Comment 3 Sherold Dev 2006-04-09 11:00:26 UTC
Please review the following API change.
Comment 4 Sherold Dev 2006-04-13 17:40:25 UTC
If there are no objections I will integrate this api change tomorrow.
Comment 5 Sherold Dev 2006-04-14 16:27:26 UTC
After talking to Pavel, I've decided to postpone this API change.

The current proposal of the default classes customizer pane does not allow to
add new jars/libraries to the server, which we would likely want to add very
soon. At this point, it is, however, not completely clear how it should look like.

Adding this ability to the current proposal later would require an incompatible
change and therefore it seems reasonable to wait with integration until this API
includes this ability.

In the meantime plug-ins may use a temporary copy of this proposal, which will
be replaced once this issue gets fixed.
Comment 6 Jiri Prox 2007-09-17 20:30:45 UTC
Obsolete milestone, please reevaluate