[fcrepo-dev] Request for Comment: IIIF Image API Proposal

2012-05-11 Thread Tom Cramer
The International Image Interoperability Framework (http://lib.stanford.edu/iiif) is an initiative driven by several major research and national libraries to enable the rich and robust delivery of digital images through common interfaces, and to spur the development of open source and commercia

[fcrepo-dev] m2e, generated classes and lifecyclemapping

2012-05-11 Thread frank asseg
Hola guys, To get rid of eclipse errors the following additions to poms worked for me: for CXF's generated classes the following helped: in fcrepo-common/pom.xml i added the following as stated in the SO question at http://stackoverflow.com/questions/7160006/m2e-and-having-maven-generated-sour

Re: [fcrepo-dev] fcrepo-1023 && null nodes

2012-05-11 Thread Chris Wilper
Hi Frank, Using bound="false" when a result variable is unbound (null) is what the old version of the SPARQL results format[1] required. The latest version of the specification[2] says to omit the element altogether, which means doing the null check a bit earlier in the process so the whole eleme

[fcrepo-dev] fcrepo-1023 && null nodes

2012-05-11 Thread frank asseg
Hola guys! When implementing a SparqleW3CTupleWriter for https://jira.duraspace.org/browse/FCREPO-1023 in Trippi, which i basically copied from SparqlTupleWriter, i stumbled upon this null check in https://github.com/fcrepo/trippi/blob/master/trippi-core/src/main/java/org/trippi/io/SparqlTupleWr