...
| Children Display | ||
|---|---|---|
|
h2: Write How to write your own container
If you want to write your own container then AspectWerkz provides a convenient abstract base class, which handles all of the nitty-gritty details. All you have
to do is to extend the
...
| Code Block | ||
|---|---|---|
| ||
Object createAspect() |
method.
To tell the AspectWerkz system that you want to deploy a specific aspect in your custom oaspect container you have to specifify that in the regular aspect definition file like this:
| Code Block | ||
|---|---|---|
| ||
<aspect ... container="my.custom.AspectContainer">
...
</aspect>
|
