Bug #13
Implement support for lifecycle methods
| Status: | Closed | Start: | ||
| Priority: | Should have | Due date: | ||
| Assigned to: | Robert Lemke | % Done: | 0% |
|
| Category: | Component | |||
| Target version: | 0.1.0 | |||
Description
The Component Manager (more precisely the object builder) should support at least some initialization life cycle method which is executed in the target object after the setter-based dependencies have been injected. Probably other methods for session-persistent components make sense as well.
History
2007-02-21 10:03 - Robert Lemke
- Status changed from New to Closed
- Sprint set to fixed
(In r135) * Component Manager: Added support for a lifecycle initialization method. The name of the method can be configured in the Components.conf file (see T3P_TestPackage_BasicClass for an example). Fixes #13