skunkiferous / Meta

High-level representation of a IT infrastructure, from providers down to datatypes
Apache License 2.0
0 stars 0 forks source link

Support multiple OSGi bundles #3

Open skunkiferous opened 11 years ago

skunkiferous commented 11 years ago

Once we have support for OSGi, we need to be able to generate graphs for individual bundles, but merge them at run time.

That is, we must generate a separate graph file for each bundle, and save it within that bundle, but when actually using the bundles, even before loading the classes, we need to load those XML files, and merge them into one big graph. This is so, because we might want to do bytecode manipulation of the classes at load-time, based on the XML.

skunkiferous commented 11 years ago

This depends on issue #4