Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  bin 407 over 23 years Matt Jones Folded the functionality from DBWriter into Doc...
  docs 207 almost 24 years Matt Jones added new javadoc documentation for new classes
  images 104 almost 24 years Matt Jones added servlet interface images
  lib 406 over 23 years berkley removed extraneous dash (-) from output loop th...
  src 408 over 23 years Matt Jones Continued code redesign for the DocumentImpl cl...
build.sh 76 Bytes 329 almost 24 years Matt Jones -Reorganized xmltodb module to support new inst...
build.xml 5.6 KB 410 over 23 years berkley update of build.xml based on Matt's recommendat...
test-query.xml 709 Bytes 329 almost 24 years Matt Jones -Reorganized xmltodb module to support new inst...
test.xml 328 Bytes 67 about 24 years Matt Jones modified make to add xml validation code

Latest revisions

# Date Author Comment
410 08/25/2000 01:17 PM berkley

update of build.xml based on Matt's recommendations

409 08/25/2000 11:59 AM berkley

added an image-path property to get around the messed up images when loading images from tomcat. To add your own image directory,
create a directory under /opt/httpd/html/img/ and add the path to the image-path property in build.xml. Then all img tags in your documents...

408 08/24/2000 06:28 PM Matt Jones

Continued code redesign for the DocumentImpl class. Now the "delete" and
"write" methods are static, so a DocumentImpl objject need not be created
in order to initiate a INSERT, UPDATE, or DELETE action (it is created
implicitly by the DBSAXHandler). When doing a "READ" action, one still...

407 08/24/2000 04:47 PM Matt Jones

Folded the functionality from DBWriter into DocumentImpl, continuing the
work started earlir to create a more DOM-like model for the classes, in
which a single DocumentImpl class handles both reading and writing of
documents to the database. Modified shell scripts and MetaCatServlet to...

406 08/24/2000 08:57 AM berkley

removed extraneous dash (-) from output loop that was entered unintentionallyi

405 08/23/2000 03:55 PM berkley

changed the field names to be case-sensitive in the returnfields

404 08/23/2000 03:54 PM berkley

changed the field names to be case-sensitive

403 08/23/2000 10:33 AM berkley

added the returnfield element to be used for dynamically choosing which fields to return from xml_nodes.

402 08/23/2000 10:29 AM berkley

added support for the returnfield parameter
-QuerySpecification now sets a flag (containsExtendedSQL) when there are returnfield items in the pathquery document.
the accessor method containsExtendedSQL() can be called by other classes to check for extended return parameters...

401 08/23/2000 10:22 AM berkley

added support for the returnfield parameter
-added the dynamic parameters to the returned hash table of documents

View all revisions | View revisions

Also available in: Atom