(3rd May 2007) This pages and the pages hung off it describe the creation of the module which supports the Spring Component Type that I am working on for a demo. This might be useful to anyone looking to build their own Component Type implementation.
Sequence
Order |
Work Item |
Comment |
---|---|---|
0 |
implementation-spring module created |
|
1 |
Created ModuleActivator file |
|
2 |
Create SpringModuleActivator class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ModuleActivator file
Placed into the resources/META-INF/services directory:
# Implementation class for the ExtensionActivator org.apache.tuscany.implementation.script.ScriptModuleActivator