On May 11, 2010, at 9:52 , Rickard Öberg wrote: > What about the option where I have one activator that does the assembly, > using hardcoded layout, but 1 Module=1 bundle, and where the activator > listens for redeploy of those bundles, and tries to be clever in terms of how > much it restarts? E.g. redeploy bundle in Module for UI Layer -> only UI > layer restarts. Should be possible.
That should not be too hard. Bundles can be easily tracked with a BundleTracker and you might consider adding one or more custom headers to help track them and to specify any meta data that you need to recognize and correctly deploy such a bundle (if necessary, don't know enough about Qi4j to understand how the activator could "see" what exactly a bundle/module contributes). Greetings, Marcel _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

