2007/11/29, Simon Laws <[EMAIL PROTECTED]>: > I just checked in > org.apache.tuscany.sca.assembly.builder.impl.DomainWireBuilder. It's just a > place holder at the moment, it doesn't have a proper interface and just > contains some utility methods I've moved out of the domain implementation. > I'm going to drop the methods here used for doing the more comprehensive > reference/service matching that is called for in the domain composite > rather than the rather lightweight version that I'm currently using. I'm > expecting this will mostly be the same as the code inside > CompositeWireBuilder and I don't want to have this code buried inside the > domain implementation. When I've got the complete picture of what is > required here we can decide whether to merge it our just reuse what's > already in the other builders.
I'm almost finished dynamic wire on component references using CompositeWireBuilder, and adding some method on it. Let me know how your changes affect this. I need to write only unit test on my changes. With changes I could wire/unwire a reference inside a component. Cheers, Giorgio. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
