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 422 over 23 years berkley changed xslf for new resultfield scheme
  src 431 over 23 years Matt Jones Modified MetaCatServlet to use the new Document...
build.sh 76 Bytes 329 over 23 years Matt Jones -Reorganized xmltodb module to support new inst...
build.xml 5.61 KB 412 over 23 years berkley fixed typ-o
test-query.xml 709 Bytes 329 over 23 years Matt Jones -Reorganized xmltodb module to support new inst...
test.xml 489 Bytes 430 over 23 years Matt Jones Updated the test.xml file to use more XML featu...

Latest revisions

# Date Author Comment
431 09/01/2000 05:37 PM Matt Jones

Modified MetaCatServlet to use the new DocumentImpl.toXml() method for
efficiency of reading documents. See bugzilla bug #111 for an explanation.

430 09/01/2000 05:24 PM Matt Jones

Updated the test.xml file to use more XML features for testing insert,
update, and read functions of DocumentImpl. Now the document contains
comments and processing instructions.

429 09/01/2000 05:14 PM Matt Jones

Fixed document reading bug (bugzilla bug #111) so that reading documents
is no longer a power function of the number of nodes in the document
(which used to be the case). Now, reading a document occurs entirely
within DocumentImpl, by making a single SQL call to get the document data,...

428 09/01/2000 01:47 PM bojilova

change the 2 executions in archiveDocRevision()
with 1 statement:
"insert into xml_revisions
select ... from xml_documents where docid = ..."

427 09/01/2000 12:04 PM bojilova

small changes on hasWritePermission()

426 08/31/2000 05:08 PM bojilova

get rid of the FK in xml_acess table that points to xm_documents.docid
since xml_access.docid(s) point to current and revised documents
(ie xml_documents.docid and xml_revisions.docid)

425 08/31/2000 05:01 PM bojilova

storing user_owner and user_updated where needed
new function in DocumentImpl checking for "write" perm on UPDATE or DELETE
added delete from xml_index of the old version of docid on UPDATE

424 08/31/2000 02:43 PM berkley

this file is no longer used.

423 08/31/2000 02:20 PM berkley

changed xslf for new returnfield scheme. the returnfields are now returned as <param name="<returnfield>"> tags.
hThe sql for the returnfield query was redone to fix a previous problem with slow queries

422 08/31/2000 02:18 PM berkley

changed xslf for new resultfield scheme

View all revisions | View revisions

Also available in: Atom