Hi Felix, Thanks for the link and I'm very grateful for the precious insights provided by your proposed contribution. In browsing through the code, I noticed that you have decided to use background threads to process bundle events from an internal queue. Did you envision running the AssemblyManager constantly or is it "activated" as a one-time process and stopped after the process has accomplished its mission and repeated only when necessary? Also, could the more simple "visitor pattern" (such as Peter Kriens's FileInstaller) be sufficient to detect and process the assembly bundles?
Rick Litton -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Felix Meschberger Sent: Tuesday, February 20, 2007 11:34 PM To: felix-dev@incubator.apache.org Subject: Re: Leveraging OBR's generic dependency mechanism Hi, I thought, it might be worth it to provide the Assembly support code I talked about to the public: https://issues.apache.org/jira/browse/FELIX-217 Comments welcome :-) Regards Felix