Details
-
Type: New Feature
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0-beta-5
-
Fix Version/s: 1.1
-
Component/s: PicoContainer (Java)
-
Labels:None
-
Number of attachments :
Description
Several real world packages use factories (see GoF pattern) to create new instances of a type. These are hard to integrate into Pico, since there is neither a ctor nor a setter interface for initialization. Leo Simons proposed a nice light weight wrapper on the list as a common solution to this problem:
http://lists.codehaus.org/pipermail/picocontainer-dev/2004-April/003470.html
Activity
Jörg Schaible
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Joerg Schaible [ joehni ] |
Jörg Schaible
made changes -
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
I think this could be useful for a lot of real world situations. This is a clean and lightweight solution.