This is just something to consider. I've noticed that kernal.xml and assembly config files express similar information, but use a different format (<component> nested in <embeddor> vs. <block>). One is parsed by DefaultEmbeddor, the other by Assembler.
There are some distinct differences. <component> allows you to specify and object's role, whereas dependancies in <block>s use bock names and <provide> to add stuff to the ServiceManager. Assembler is also tied to the .sar format. But overall, basically, the files are similar. Is this a bad thing, good thing, or just a thing? David Weitzman -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
