Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
xmldb-api-sdk: SDK for xmldb-api
Name: | xmldb-api-sdk |
Vendor: | JPackage Project |
Version: | 20011111 |
License: | BSD style |
Release: | 2jpp |
URL: | http://www.xmldb.org |
- Summary
- The reference implementation provides a very simple file system based
implementation of the XML:DB API. This provides what is basically a very
simple native XML database that uses directories to represent collections and
just stores the XML in files.
The driver development kit provides a set of base classes that can be
extended to simplify and speed the development of XML:DB API drivers. These
classes are used to provide the basis for the reference implementation and
therefore a simple example of how a driver can be implemented. Using the SDK
classes significantly reduces the amount of code that must be written to
create a new driver.
Along with the SDK base classes the SDK also contains a set of jUnit test
cases that can be used to help validate the driver while it is being
developed. The test cases are still in development but there are enough tests
currently to be useful.
Changelog
- * Tue May 6 00:00:00 2003 David Walluck <david{%}anti-microsoft{*}org> 0:20011111-1jpp
-
- update for JPackage 1.5
- fix sdk package summary
- fix for newer javac's
- * Thu Mar 28 23:00:00 2002 Guillaume Rousse <guillomovitch{%}users{*}sourceforge{*}net> 20011111-1jpp
-
- first JPackage release