Opened 6 years ago
Closed 6 years ago
#922 closed task (fixed)
Create an example of a custom extension point
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | critical | Milestone: | Example code v1.8 |
Component: | net.sf.basedb.examplecode | Keywords: | |
Cc: |
Description
The manual http://base.thep.lu.se/chrome/site/latest/html/developer/extensions/extensionpoints.html mentions that it should be simple for an extension to define their own extension points. This has, however, not been tested in real life and there are some existing problems with this (see http://base.thep.lu.se/ticket/2041).
To make this feature easier to test I think the example code package should include a simple example of a custom extension point.
Change History (3)
comment:1 Changed 6 years ago by
comment:2 Changed 6 years ago by
comment:3 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [4238]) References #922: Create an example of a custom extension point
Adds the "net.sf.basedb.examples.extensions.custom-extension-point" extension point. The simple action,
ExampleAction
, is used only for listing all implementation of the extension point via theListExampleActions
servlet that is called from the menu entryHellow world examples -> Example actions
.