Is "indexing" the right name here? Somehow the "ing" part does not sound right (same I guess applies to "logging". For example for entity store you do not say org.qi4j.storing.jdbm. Maybe a good rule will be to for extensions to somehow match the implemented SPI so for org.qi4j.spi.query RDF implementation we will have org.qi4j.extension.query.rdf (or a shorter org.qi4j.ext.query.rdf).
Being consistent, the org.qi4j.spi.entity package will be renamed to org.qi4j.spi.store and extensions then will be org.qi4j.extension.store.jdbm, org.qi4j.extension.store.memory, ... Alin On Tue, Apr 15, 2008 at 6:11 AM, Niclas Hedhman <[EMAIL PROTECTED]> wrote: > On Tuesday 15 April 2008 05:40, Alin Dreghiciu wrote: > > now is the RDF indexing/search from org.qi4j.entity.index.rdf > > IMHO, make that org.qi4j.indexing.rdf > > Cheers > -- > Niclas Hedhman, Software Developer > > 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 > _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

