RE: [Sparql4j-devel] Commit note: skeletons and property management. Planning next steps...
Status: Pre-Alpha
Brought to you by:
jsaarela
From: Seaborne, A. <and...@hp...> - 2005-12-21 16:34:12
|
-------- Original Message -------- > From: Janne Saarela <> > Date: 20 December 2005 15:38 >=20 > Just to let you know: I've committed some skeleton files to cvs. I've > mostly developed Driver.java and DriverTest.java which include some > property management functionality and pass simple unit tests. =20 >=20 Aside: Just checked these out - it would be better to use Commons Logging rather than hardwire log4j because sparq4j is a library that has to co-exist with other subsystems. Using org.apache.logging is just as easy. It uses Log4J if it can find an implementation on the classpath else uses Java logging else uses a simple built in logger. > The Connection.java class needs XML parsing to be implemented with > ResultSet.java implementation to hold and serve query results - > volunteers? =20 >=20 > How do you feel like testing the driver against SPARQL implementations? > Perhaps the server URI should be made configurable via some > test.properties file which is picked up by build.xml? Volunteers?=20 Will do. What data and implementations are we going to test against? It would be useful to be able for us all to be able to recreate the same tests. I have a small server at http://sparql.org/sparql which is backed by Joseki and ARQ. See http://sparql.org/query.html Just don't overload it by loading large graphs (it should give an error if the graph is over 10K triples). What's the state of Profium's engine? I'd like to try my client library in parallel to compare SPARQl4j with it. It's in the ARQ codebase - and the command line arq.sparql will access remote services with the --service argument (over HTTP). Andy >=20 > I plan to throw exceptions either by messages 'not supported' and 'TODO: > not implemented' in all of the methods required by java.sql interfaces. > They will eventually disappear as our work progresses. Good way forward. >=20 > Regards, > Janne > -- > Janne Saarela <janne.saarela at profium.com> Profium, Lars Sonckin > kaari 12, 02600 Espoo, Finland=20 > Internet: http://www.profium.com >=20 >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files=20 > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick > _______________________________________________ > Sparql4j-devel mailing list > Spa...@li... > https://lists.sourceforge.net/lists/listinfo/sparql4j-devel |