(Not an OSGi bundle...) I've developed a set of YAML catalog entries for defining my application. Now I want to be able to distribute them so other people can load them into their Brooklyn server. I see that there are ways of defining an initial catalog, but as I see it, this is a single file. In my case, I have a number of separate catalog entries, so I don't want to embed them into a single yaml file. Including them doesn't really work either, as then I'd need to know in advance exactly what was in my set. What I'd ideally like is to be able to, say, point the server at a zip file of catalog entries, and have them all loaded. I tried reading through the code, so I have suspicions it could be done, but I'm not sure how.
So, is there a way to do this? The zip file (or whatever) would probably be on the local file system. Thanks Graham
