Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  marine 433 over 23 years berkley no message
AccessionNumber.java 9.28 KB 459 over 23 years bojilova change Assession# generation to use the same db...
AccessionNumberException.java 1.63 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
AccessionNumberGeneratedException.java 1.4 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
BasicNode.java 6.03 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
CommentNode.java 1.63 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
DBDTDHandler.java 5.56 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
DBEntityResolver.java 8.43 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
DBQuery.java 25.7 KB 453 over 23 years berkley Added functionality for package specifications....
DBSAXHandler.java 11.8 KB 457 over 23 years bojilova changes related to decrease the time of INSERT ...
DBSAXNode.java 9.29 KB 457 over 23 years bojilova changes related to decrease the time of INSERT ...
DBSimpleQuery.java 6.96 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
DBTransform.java 6.23 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
DBUtil.java 6.92 KB 413 over 23 years bojilova for getDoctypes() added WHERE entry_type='DTD' ...
DBValidate.java 9.76 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
DocumentImpl.java 32.2 KB 459 over 23 years bojilova change Assession# generation to use the same db...
ElementNode.java 4.54 KB 388 over 23 years Matt Jones Modified the DBReader and ElementNode classes t...
McdbDocNotFoundException.java 1.38 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
McdbException.java 2.71 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
MetaCatServlet.java 39.2 KB 458 over 23 years berkley Updated the download data function. the downlo...
MetaCatSession.java 14.2 KB 446 over 23 years bojilova fix for "public" authentication
MetaCatUtil.java 9.42 KB 354 over 23 years berkley added new constructor to allow the creation of ...
NodeComparator.java 2.79 KB 429 over 23 years Matt Jones Fixed document reading bug (bugzilla bug #111) ...
NodeRecord.java 996 Bytes 388 over 23 years Matt Jones Modified the DBReader and ElementNode classes t...
PINode.java 1.67 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
QuerySpecification.java 19.8 KB 453 over 23 years berkley Added functionality for package specifications....
TextNode.java 2.1 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
metacatURL.java 6.41 KB 458 over 23 years berkley Updated the download data function. the downlo...
srbProps.properties 229 Bytes 213 over 23 years Matt Jones Added srbrmi classes for authentication support

Latest revisions

# Date Author Comment
459 09/20/2000 01:15 PM bojilova

change Assession# generation to use the same db connection

458 09/20/2000 10:58 AM berkley

Updated the download data function. the download data function now pulls a document from the database, zips it up and sends the zip stream to the client. It also zips up any related files. a relation parameter is used to pass related files to the servlet. If only one document should be zipped and sent, a single docid in the param hashtable is sufficient.

457 09/15/2000 05:40 PM bojilova

changes related to decrease the time of INSERT of document.
With these changes I inserted 200KB file for 3 minutes, 50KB for 50sec.
This is mainly simplifing the DBSAXNode class and
using batching feature of Oracle JDBC driver.

454 09/15/2000 12:53 PM berkley

This allows for the easy handling of metacat:// urls. The documentation in the source code explains the specification for the url in detail.

453 09/15/2000 12:52 PM berkley

Added functionality for package specifications. metacatservlet now contains a new action called getrelateddocument that handles retrieving related documents using the metacatURL specification (metacatURL.java). DBQuery contains new code in runQuery that embeds relation tags in the returned hashtable describing the documents related to each docid. querySpecification contains a new method which prints the sql that does the relation query.

452 09/14/2000 12:33 PM bojilova

store generated Access# in meta_file_id tag if there are any

451 09/13/2000 03:03 PM bojilova

fix bug in toXML() about getting output of XML document like:
<paragraph

449 09/13/2000 01:57 PM berkley

added parentnodeid to xml_index

447 09/13/2000 01:09 PM bojilova

fix for "Document not found" err message on "getdocument" action

446 09/13/2000 01:07 PM bojilova

fix for "public" authentication

View revisions

Also available in: Atom