FYI:
There is an "experimental" area in Jena SVN where some new features are
being tried out. There is no commitment to these features becoming part
of trunk but you are welcome to browse and contribute to these developments.
https://svn.apache.org/repos/asf/jena/Experimental/
* jena-client
new interface to SPARQL services with an emphasis on remote interaction
* riot-output
These are new writers to go into RIOT, including Turtle 1.1, TriG as
being standardized, and an extensible registry of writers.
* sparql-cache
a HTTP cache for SPARQL queries that caches query results and can also
deal with repeated use of limit/offset to mimic paging and represent
results in different formats without reissuing the query.
* cancellable-updates
An experiment into extending the query time mechanism to the SPARQL
Update code.