Hi there > > Is the code/binary for this impl something you can make available? No big > > deal if not, but I know several people would be interested. > > I just received the permission to make my JDBC-based implementation > available. Please give me a week or so to prepare it (change package > names, update javadocs where appropriate etc.). Don't expect too much! > :-) > > I will also publish my set of JUnit tests for XML:DB.
Finally, I've finished reviewing the most important places, putting together a nice build environment, a license (APL-style) and a readme. So, for those who are interested, you will find a jar file (xmldb_jdbc_dist_20010802.jar) on our web server: http://www.outline.ch/files The jar contains the following: - Sources for XML:DB implementation over JDBC - My own XML:DB testsuite (JUnit) - A little performance test (That was just to get a feeling on a few things, nothing serious!) - An Ant-based build to compile the driver, jar it and run the tests over it. (See README for explanation if it doesn't find the JDBC driver) There's not much documentation around, yet. Places to look is README, Javadocs (generated during build), the cfg directory for the configuration files and, of course, the sources. Or you can ask me via email. Installation: 1. Put the jar in a new directory 2. jar xvf xmldb_jdbc_dist_20010802.jar 3. run build.bat (on Windows) I hope you still like me even I didn't provide a build.sh. :-) If someone sends me one I'll take it into the distribution. By the way, I rewrote my testsuite to easily accommodate different drivers without changing the source code, only by changing an XML file (cfg/testsetup.xml). Next steps are to finish an XPathQueryService (low on priority, though), keeping up with the WD as it evolves and update javadocs. Suggestions, improvements, comments, help etc. are welcome. Cheers, Jeremias M�rki mailto:[EMAIL PROTECTED] OUTLINE AG Postfach 3954 - Rhynauerstr. 15 - CH-6002 Luzern Fon +41 (41) 317 2020 - Fax +41 (41) 317 2029 Internet http://www.outline.ch ---------------------------------------------------------------------- Post a message: mailto:[EMAIL PROTECTED] Unsubscribe: mailto:[EMAIL PROTECTED] Contact administrator: mailto:[EMAIL PROTECTED] Read archived messages: http://archive.xmldb.org/ ----------------------------------------------------------------------
