Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
AccessionNumber.java 8.62 KB 204 almost 24 years Matt Jones Fixed bugs associated with the new UPDATE and D...
AccessionNumberException.java 1.31 KB 203 almost 24 years Matt Jones Merged in substantial changes to DBWriter and a...
AccessionNumberGeneratedException.java 896 Bytes 204 almost 24 years Matt Jones Fixed bugs associated with the new UPDATE and D...
BasicNode.java 5.71 KB 203 almost 24 years Matt Jones Merged in substantial changes to DBWriter and a...
CommentNode.java 1.45 KB 219 almost 24 years Matt Jones Added feature to now ouput COMMENTs and PIs whe...
DBDTDHandler.java 5.03 KB 204 almost 24 years Matt Jones Fixed bugs associated with the new UPDATE and D...
DBEntityResolver.java 6.49 KB 204 almost 24 years Matt Jones Fixed bugs associated with the new UPDATE and D...
DBQuery.java 7.7 KB 203 almost 24 years Matt Jones Merged in substantial changes to DBWriter and a...
DBReader.java 6.81 KB 203 almost 24 years Matt Jones Merged in substantial changes to DBWriter and a...
DBSAXDocument.java 10.2 KB 204 almost 24 years Matt Jones Fixed bugs associated with the new UPDATE and D...
DBSAXHandler.java 12.7 KB 220 almost 24 years Matt Jones Fixed bug where TEXT nodes couldn't be longer t...
DBSAXNode.java 9.74 KB 204 almost 24 years Matt Jones Fixed bugs associated with the new UPDATE and D...
DBSimpleQuery.java 6.47 KB 203 almost 24 years Matt Jones Merged in substantial changes to DBWriter and a...
DBTransform.java 5.91 KB 203 almost 24 years Matt Jones Merged in substantial changes to DBWriter and a...
DBValidate.java 8.83 KB 203 almost 24 years Matt Jones Merged in substantial changes to DBWriter and a...
DBWriter.java 9.5 KB 204 almost 24 years Matt Jones Fixed bugs associated with the new UPDATE and D...
ElementNode.java 8.39 KB 219 almost 24 years Matt Jones Added feature to now ouput COMMENTs and PIs whe...
MetaCatServlet.java 24.5 KB 221 almost 24 years bojilova testing
MetaCatSession.java 4.37 KB 212 almost 24 years bojilova changed to use username/password entered on login
MetaCatUtil.java 4.25 KB 203 almost 24 years Matt Jones Merged in substantial changes to DBWriter and a...
PINode.java 1.48 KB 219 almost 24 years Matt Jones Added feature to now ouput COMMENTs and PIs whe...
QuerySpecification.java 15.2 KB 203 almost 24 years Matt Jones Merged in substantial changes to DBWriter and a...
TextNode.java 1.92 KB 219 almost 24 years Matt Jones Added feature to now ouput COMMENTs and PIs whe...
srbProps.properties 229 Bytes 213 almost 24 years Matt Jones Added srbrmi classes for authentication support

Latest revisions

# Date Author Comment
221 06/28/2000 01:17 PM bojilova

testing

220 06/27/2000 08:14 PM Matt Jones

Fixed bug where TEXT nodes couldn't be longer than 4000 characters, which
is the maximum length of a VARCHAR2 field in Oracle. Now, if text
exceeds the field length, I break the text up into a series of TEXT
nodes each of the max field length, and the remainder in the last...

219 06/27/2000 07:36 PM Matt Jones

Added feature to now ouput COMMENTs and PIs when the document is
read from the database with DBReader.

215 06/27/2000 05:00 PM bojilova

changed to
response.sendRedirect(response.encodeRedirectUrl("/xmltodb/lib/index.html"));

213 06/27/2000 04:53 PM Matt Jones

Added srbrmi classes for authentication support

212 06/27/2000 03:43 PM bojilova

changed to use username/password entered on login

210 06/27/2000 02:25 PM bojilova

changes releted to login and session tracking

209 06/27/2000 02:24 PM bojilova

New- class that encapsulates session creation and user authentication

205 06/26/2000 09:50 PM Matt Jones

Updated javadoc documentation.

204 06/26/2000 09:31 PM Matt Jones

Fixed bugs associated with the new UPDATE and DELETE functions of
DBWriter. There were problematic interactions between some static
variables used in DBEntityResolver and the way in which the
Servlet objects are re-used across multiple client invocations....

View revisions

Also available in: Atom