Hey all, Here's a scenario I've been thinking of. I'd like to develop a set of loosely coupled applications that would work together to provide a "suite". An example might be some kind of PIM with mail, calendar, contacts etc. I was thinking each could be a separate OSGi bundle. The internals of each wouldn't have to matter to the others. So one could use Hibernate/Spring/Struts and another could use Qi4j and Wicket. But they would publish services that could be used by the other bundles. Exporting a service from Qi4j isn't much of a problem, you would just assemble and start the application then use a ServiceFinder and register the services.
But I can't figure out any way to import a service into Qi4j such that it will be injected into native services and mixins. Is there something I'm missing? Thanks, Rich
_______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

