Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 352066 - Simplify extension configuration mechanism
Summary: Simplify extension configuration mechanism
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Skalli (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-14 06:00 EDT by Robert Wetzold CLA
Modified: 2022-10-03 10:28 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Wetzold CLA 2011-07-14 06:00:04 EDT
Currently one needs quite a lot of boilerplate code to offer configurable extensions in a way that the extension can be configured without redeploying.

It would be much nicer and simpler to have a Hudson like mechanism: each extension defines which parameters it supports including default values (for which an admin interface can be supplied easily or even generated automatically). The extension can then simply query its current parameters through a single method call which could e.g. be implemented in the object where extensions extend from.