Project

General

Profile

  • svn:eol-style: native
  • svn:executable: *
  • svn:keywords: Author Date Id Revision

# Date Author Comment
5015 08/04/2009 02:32 PM daigle

Create database and shared directories for database management code and shared code respectively.

4080 07/06/2008 09:25 PM daigle

Merge 1.9 changes into Head

3077 11/10/2006 10:25 AM Matt Jones

Removed the release ant token from all files in 'src'.

1217 06/13/2002 11:54 AM Jing Tao

Merge DBConnection branch to head.

675 01/18/2001 03:15 PM berkley

added precise location information (class.method) to each catch statement so that errors are more easily traced.

669 01/18/2001 11:52 AM Matt Jones

Added license terms to source code files, and cleaned up some javadoc
documentation in a few places.

349 08/14/2000 01:53 PM Matt Jones

Added "release" keyword to all metacat source files so that the release
number will be evident in software distributions.

296 07/26/2000 01:40 PM higgins

no message

203 06/26/2000 03:35 AM Matt Jones

Merged in substantial changes to DBWriter and associated classes and to
the MetaCatServlet in order to accomodate the new UPDATE and DELETE
functions. The command line tools and the parameters for the
servlet have changed substantially.

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

168 06/15/2000 08:20 PM Matt Jones

documentation cleanup

167 06/15/2000 07:56 PM Matt Jones

minor modifications to fix problems introduced with AccessionNumber module

162 06/15/2000 11:53 AM bojilova

docid is String

154 06/13/2000 09:43 PM Matt Jones

added result-set filter to DBSimpleQuery to only return specified document type

150 06/12/2000 06:39 PM Matt Jones

rewrote DBSimpleQuery and associated classes to no longer use Oracle's hierarchichal query syntax -- now this should work with any JDBC compliant backend DB

98 05/12/2000 06:29 PM Matt Jones

improved query result handling

86 05/08/2000 12:52 PM Matt Jones

added XSL formatting to document display for metacat servlet

51 04/17/2000 04:06 PM Matt Jones

changed package name to edu.ucsb.nceas.metacat.*

50 04/17/2000 03:40 PM Matt Jones

changed database connection code, added utility class MetaCatUtil.java

46 04/14/2000 08:19 PM Matt Jones

started servlet to do XML query and return result set

35 04/13/2000 09:48 AM Matt Jones

documentation updates

31 04/11/2000 08:04 PM Matt Jones

documentation additions

28 04/11/2000 06:54 PM Matt Jones

Finished modifications to DBSimpleQuery.java to allow simple, free text searching on element and attribute content

27 04/11/2000 06:29 PM Matt Jones

added DBSimpleQuery.java to illustrate a simple query strategy over the XML set in the database