while trying to build the current head revision if have some problems with missing dependencies to qi4j.library -> rdf in swing-examples and struts2-examples
M libraries/struts2/example/pom.xml M libraries/swing/binding/example/pom.xml I have some more problems compiling the 1) indexing-rdf extension as TupleQueryResults iterator operations now throw java.lang.Exception it seems to be missing a core-api dependency. I updated the pom.xml's I looked at the Sparql-Implementation. This is essentially an expression tree formatter which could be done via a visitor for any qi4j queries that is then implemented by the different formatters (I did this with jequel - adding double dispatch to the expressions was no problem at all, one could also have a expression tree iterator which calls callback hooks on the formatter). I also looked at the RdfEntityFinder. As the three methods are almost the same, I'd suggest an approach that uses an IoC callback (like in springs jdbctemplate) where only the dynamic part of the result parsing is handled by the callback and all the query creation/preparation/resource handling by one single method accepting the callback. I'd offer to to this if you're interested. Michael _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

