Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
AccessionNumber.java 6.08 KB 185 almost 24 years Matt Jones 1) Simplified database connection creation by a...
BasicNode.java 5.46 KB 168 almost 24 years Matt Jones documentation cleanup
DBDTDHandler.java 4.49 KB 168 almost 24 years Matt Jones documentation cleanup
DBEntityResolver.java 5.63 KB 168 almost 24 years Matt Jones documentation cleanup
DBQuery.java 7.44 KB 185 almost 24 years Matt Jones 1) Simplified database connection creation by a...
DBReader.java 6.56 KB 184 almost 24 years Matt Jones cleaned up code for getting options from the pr...
DBSAXDocument.java 5.95 KB 168 almost 24 years Matt Jones documentation cleanup
DBSAXHandler.java 8.86 KB 186 almost 24 years Matt Jones Fixed bug in DBWriter using the new SAX2 interf...
DBSAXNode.java 9.13 KB 177 almost 24 years Matt Jones finsihed basic functionality for structured que...
DBSimpleQuery.java 6.22 KB 184 almost 24 years Matt Jones cleaned up code for getting options from the pr...
DBTransform.java 5.67 KB 184 almost 24 years Matt Jones cleaned up code for getting options from the pr...
DBValidate.java 8.64 KB 185 almost 24 years Matt Jones 1) Simplified database connection creation by a...
DBWriter.java 4.83 KB 186 almost 24 years Matt Jones Fixed bug in DBWriter using the new SAX2 interf...
ElementNode.java 7.4 KB 168 almost 24 years Matt Jones documentation cleanup
MetaCatServlet.java 17 KB 185 almost 24 years Matt Jones 1) Simplified database connection creation by a...
MetaCatUtil.java 3.36 KB 185 almost 24 years Matt Jones 1) Simplified database connection creation by a...
QuerySpecification.java 15.5 KB 185 almost 24 years Matt Jones 1) Simplified database connection creation by a...
TextNode.java 1.39 KB 168 almost 24 years Matt Jones documentation cleanup

Latest revisions

# Date Author Comment
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....

184 06/20/2000 07:57 PM Matt Jones

cleaned up code for getting options from the properties file, made the database connection inthe MetaCatUtil class use the properties file for the conneciton info

183 06/20/2000 05:37 PM Matt Jones

updated javadoc documentation

181 06/20/2000 05:14 PM Matt Jones

integrated new structured query facility (DBQuery) into the servlet demo (MetaCatServlet)

180 06/20/2000 03:45 PM Matt Jones

removed debugging code

178 06/20/2000 03:31 PM Matt Jones

fixed QuerySpecification to produce SQL that does UNION or INTERSECT set operations for query group combinations

177 06/19/2000 06:42 PM Matt Jones

finsihed basic functionality for structured queries based on the DBQuery and QuerySpecification classes

176 06/19/2000 05:44 PM Matt Jones

added code to build an index of the paths through the DOM tree to each node in the tree as the node is being inserted

174 06/19/2000 02:15 PM bojilova

for safe nodeid generation

View revisions

Also available in: Atom