Hi,
I have been using Jena for quite a while and started creating some utilities which I finally came around to clean up and make public in order to hopefully give something back to the community: https://github.com/AKSW/jena-sparql-api Essentially this API allows you to transparently add delays, caching and pagination to your query creation and provides abstraction from the data source. Furthermore, it contains a SPARQL endpoint stub + example based on the atmosphere framework[1], which enables you to easily create your own SPARQL endpoint programatically. I am really interested in what you think :) For any issues, please use the issue tracker. [1] https://github.com/Atmosphere/atmosphere Cheers, Claus http://aksw.org/ClausStadler.html
