Has anyone thought much about how imports and exports might work with the distributed domain? What I'd like to get working is being able to have a contribution in one runtime exporting some resources and have other contributions running in other runtimes and JVMs able to import those resources. Currently the Tuscany code is designed to expect all the exported resources to be available from contributions in the same Node as the contribution doing the importing so to support this the code needs to be updated in similar ways as was done for the distributed endpoint targets using the distributed registry and some remote communication mechanisms. I'm playing around with this now but i'd be interested in anyone else's thoughts about it.
...ant
