On Tue, Feb 2, 2010 at 2:28 PM, Rickard Öberg <[email protected]> wrote:
In general, sounds really good... > Here's my assembly code: > module.addServices( DataSourceService.class ).identifiedBy( "datasource" > ).visibleIn( Visibility.application ); > module.importServices( DataSource.class ). > importedBy( ServiceInstanceImporter.class ). > setMetaInfo( "datasource" ). > identifiedBy( "streamflow" ).visibleIn( Visibility.application ); Couple of questions; 1. I'm interested to see the pattern between the DSS and DS... 2. What does the "datasource" metainfo give you? 3. How does Configuration kick in for the DataSource and DataSourceService respectively? 4. Are you also pushing across a lib for the actual case here, i.e. DataSources, or only asking about the ServiceInstanceImporter itself? Cheers -- Niclas Hedhman, Software Developer http://www.qi4j.org - New Energy for Java I live here; http://tinyurl.com/2qq9er I work here; http://tinyurl.com/2ymelc I relax here; http://tinyurl.com/2cgsug _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

