Hi there. I downloaded the sources and the javadoc but I am not able to find out, what this is all about and what it is good for.
A simple sample application would be helpfull to see, how this framework is used, but I cannot find any.
Are there any more informations hidden somewhere?!
the framework helps to create an own JDBC driver easily. There are two examples
provided - one to access XML files and another one to access an archive (JAR or
ZIP).
I know there is not enough documentation for the overall benefit - sorry for
that.
Check the example classes and test cases to unterstand how it works.
For the use of JDBC are enough other descriptions - take a book or search the
web for it.
Joerg