Feature #441
Extract component configuration modifications from AOP Framework initialize method
| Status: | Accepted | Start: | 2008-04-02 | |
| Priority: | Should have | Due date: | ||
| Assigned to: | Robert Lemke | % Done: | 0% |
|
| Category: | AOP | |||
| Target version: | - | |||
Description
The initialize() method of the AOP Framework builds proxy classes and then sets the modified component configuration directly through the component manager.
However, this should be not the responsibility of the AOP framework - it should rather return some information about what classes have been created and the actual component configuration modifications should happen elsewhere. One way to implement this would be a generic post processing mechanism for the component configuration initialization.