41 | | ==== Usage ==== |
| 44 | ==== Examples ==== |
| 45 | These are the JPF classes and concepts which are similar to the Sophie implementation of extensions and extension points: |
| 46 | * [http://jpf.sourceforge.net/api/org/java/plugin/registry/ExtensionPoint.html Extension Point] |
| 47 | * [http://jpf.sourceforge.net/api/org/java/plugin/registry/Extension.html Extension] |
| 48 | |
| 49 | Concrete implementations and tests for the Sophie implementations are located in the [source:/trunk/sophie2-platform/modules/org.sophie2.core.modularity] module. in the test folder there is very useful example how to use the core.modularity library. |
| 50 | |
| 51 | Good example in our project is also the module [source:/trunk/sophie2-platform/modules/org.sophie2.base.dialogs]. There is [source:/trunk/sophie2-platform/modules/org.sophie2.base.dialogs/BaseDialogsModule.java BaseDialogsModule] which is module class for the base dialogs and represents the extension point(static inner class) for the dialogs, called DialogExtensionPoint. The [source:/trunk/sophie2-platform/modules/org.sophie2.base.dialogs/Dialog.java Dialog] represents the abstract class to be extended by the dialog extensions. |
| 52 | |
| 53 | ==== Diagram ==== |
| 54 | * The extensions and extension points defined in the project now are: |
| 55 | |
| 56 | [[Image(source:/trunk/sophie2-platform/doc/uml-design-diagrams/Extensions_And_Extension_Points.png)]] [[BR]] |
| 57 | |
| 58 | * Something like a legend for the upper diagram for clear understanding about the arrows and components is created: |
| 59 | |
| 60 | [[Image(source:/trunk/sophie2-platform/doc/uml-design-diagrams/ex_ep_relation.png)]] |