> Why do we need the databases directory, is it expected to have in the near > future another storage type? I didn't understand it in the implementation > either. I really don't thing we are going to have something without sql. > Even the SearchQuery framework is based on sql. The search query is based on the sql syntax but is a real abstraction of a query.
isn't hibernate(I don't know what it is) or other java OO databases a possilbe option? or maybe an xml based implementation. The storage and the search query have been carefully designed not to depend on sql or a database. I think they deserve a separate diretory _______________________________________________ Developers mailing list [EMAIL PROTECTED] http://lists.mmbase.org/mailman/listinfo/developers
