Project

General

Profile

  • svn:eol-style: native
  • svn:executable: *
  • svn:keywords: Author Date Id Revision

# Date Author Comment
203 06/26/2000 03:35 AM Matt Jones

Merged in substantial changes to DBWriter and associated classes and to
the MetaCatServlet in order to accomodate the new UPDATE and DELETE
functions. The command line tools and the parameters for the
servlet have changed substantially.

186 06/23/2000 12:09 PM Matt Jones

Fixed bug in DBWriter using the new SAX2 interface. Turned out it was a bug in xerces-1_1_1, which was fixed by Andy Clark after I reported it.

185 06/21/2000 07:20 PM Matt Jones

1) Simplified database connection creation by adding new utility routine in MetaCatUtil that reads configuration information from the properties file.
2) Created MetaCatUtil.getOption() to retrieve options from properties file.
3) Unified SAX Parser creation by specifying parser driver in the properties file and dynamically loading it using the XMLReaderFactory interface....

168 06/15/2000 08:20 PM Matt Jones

documentation cleanup

149 06/12/2000 12:52 PM bojilova

assign rootnodeid, docid for every node in xml_nodes table by given document

142 06/07/2000 08:47 PM Matt Jones

reincorporated Title registration code for documents

137 06/07/2000 05:28 PM Matt Jones

Renamed DBSAXElement to DBSAXNode

136 06/07/2000 05:19 PM Matt Jones

rearranged API for incrementing the node index within the parent node

135 06/07/2000 05:16 PM Matt Jones

rearranged API for incrementing the node index within the parent node

134 06/07/2000 03:42 PM Matt Jones

code consolidation, cleanup, and documentation

133 06/07/2000 03:40 PM Matt Jones

code consolidation, cleanup, and documentation

131 06/07/2000 10:58 AM Matt Jones

general module cleanup

122 06/06/2000 05:43 PM Matt Jones

Modifying storage model to use DOM TEXT nodes -- update is incomplete and query code doesn not work for this checkin

110 05/31/2000 10:50 AM bojilova

changed case 4/ to be like case 3/ when no doctype specified

109 05/30/2000 05:56 PM bojilova

document root node, doctype changes

98 05/12/2000 06:29 PM Matt Jones

improved query result handling

92 05/11/2000 04:34 PM bojilova

made changes about document doctypes

90 05/09/2000 04:47 PM Matt Jones

updated handler to deal better with Public IDs

76 05/04/2000 07:45 PM Matt Jones

fixed DBSimpleQuery after doctype additions done by Jivka

75 05/04/2000 05:38 PM Matt Jones

Fixed package bugs in new Entity and comment handling code, updated Makefile

72 05/04/2000 03:30 PM bojilova

Included new features about writing XML documents into db
This includes writing data into db XML Catalog, document data into xml_documents,
comments into xml_nodes, added nodeindex for the order of elements by given parent element.

51 04/17/2000 04:06 PM Matt Jones

changed package name to edu.ucsb.nceas.metacat.*

35 04/13/2000 09:48 AM Matt Jones

documentation updates

31 04/11/2000 08:04 PM Matt Jones

documentation additions

30 04/11/2000 07:15 PM Matt Jones

general cleanup and documentation

29 04/11/2000 07:09 PM Matt Jones

general cleanup and documentation

18 04/11/2000 09:40 AM Matt Jones

Partially functional SAS DB loader.

17 04/11/2000 09:09 AM Matt Jones

Split XML SAX handler class into seperate file DBSAXHandler.java