design-pattern libraries ready-to-use?
        Posted  
        
            by fayer
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by fayer
        
        
        
        Published on 2010-05-07T07:41:53Z
        Indexed on 
            2010/05/07
            7:48 UTC
        
        
        Read the original article
        Hit count: 204
        
symfony has released some of their components free to use outside the framework.
i have used the event dispatcher and dependency injection...they are awesome!
i wonder if there are other components/libraries (from other frameworks etc) that in the same way help you manage various design patterns?
eg. decorator, facade, singleton, chain of commands etc.
i think symfony is on the right path, abstracting away the design patterns.
are there any other components out there doing the same?
thanks
© Stack Overflow or respective owner