Project

General

Profile

Statistics
| Revision:

# Date Author Comment
1797 08/12/2003 06:04 PM Jing Tao

Add a logout method.

1795 08/12/2003 12:35 PM Matt Jones

Implemented the update and delete methods in the interface, along with tests.

1789 08/12/2003 12:24 AM Matt Jones

Implemented the "insert()" method and wrote a test to test it. The new test
depends on the property "newdocid" be set to something unique in the build.xml
file so that the insert will work properly. Probably need to fix this to be
some kind of autoincrement counter or random number so that it can be run...

1788 08/11/2003 11:28 PM Matt Jones

Refactored to use IOUtil routines. Reformatted for within-file consistency.

1786 08/11/2003 06:30 PM Jing Tao

Implement query method.

1785 08/11/2003 06:29 PM Jing Tao

Add metacatinaccessible exception for query.

1784 08/11/2003 03:24 PM Matt Jones

Implemented the 'read' API call. Some more to go...

1783 08/11/2003 12:19 PM Matt Jones

Wrote the login() function, the first of the series of API calls for
the metacat client to be implemented. Also wrote a test class to
test the API functionality.

1782 08/10/2003 02:26 PM Jing Tao

If uploading failed, the inline data will be deleted either.

1781 08/10/2003 02:26 PM Jing Tao

If xml document uploading failed, the inline data file will be deleted either.

1780 08/08/2003 04:16 PM Matt Jones

Added a new subpackage (edu.ucsb.nceas.metacat.client) which is a client
access library for the metacat. There is an interface (Metacat.java) that
provides simple access methods for the main metacat functions. This is to
support clients like Morpho and others that want to programatically access...

1773 07/31/2003 09:56 PM Jing Tao

JAVA 1.3 doesn't support this FileWriter(File fileName, boolean append). But 1.4 does.
Change to FileWriter(String fileName, boolean append). Both 1.3 and 1.4 support.

1768 07/30/2003 02:03 PM Jing Tao

Fixed bug in replication if doctype is null.

1767 07/30/2003 10:50 AM Jing Tao

Fixed a bug that replication didn't do inline data.

1766 07/30/2003 09:04 AM Jing Tao

Change a array size from 4*10(testing) to 4*1024.

1764 07/29/2003 09:08 AM Jing Tao

Using reader replacing string to read inline data.

1763 07/29/2003 09:07 AM Jing Tao

Using reader to replace string to read inline data.

1762 07/28/2003 05:51 PM Jing Tao

Change the way to handle inline data.

1761 07/28/2003 05:50 PM Jing Tao

When character size is greater than 4000, it will write to db.

1760 07/27/2003 08:51 PM Jing Tao

Change string to stringreader to save memory.

1759 07/27/2003 08:50 PM Jing Tao

Change debug level.

1758 07/25/2003 08:39 AM Jing Tao

Change the year from YY to YYYY

1757 07/25/2003 08:13 AM Jing Tao

Revise inital value for insert a new server. Change some debug level.

1756 07/23/2003 06:15 PM Jing Tao

Revise initial value for server registry.

1755 07/23/2003 06:13 PM Jing Tao

Fixed a bug in registryDataFile.

1754 07/23/2003 06:11 PM Jing Tao

Delete a debug line.

1753 07/23/2003 03:55 PM Jing Tao

Change the date format from yy-mm-dd to mm/dd/yy.

1752 07/23/2003 03:53 PM Jing Tao

Change format from yy-mm-dd to mm/dd/yy.

1751 07/23/2003 12:04 PM Jing Tao

Get rid of to_date function.

1750 07/23/2003 11:58 AM Jing Tao

using toDate method rather than to_date function directly.

1749 07/23/2003 11:55 AM Jing Tao

Revise the toDate method for sql server.

1748 07/23/2003 11:53 AM Jing Tao

Get rid of toDate method and inherit from AbstractAdapter directly.

1747 07/23/2003 11:52 AM Jing Tao

Get rid of toDate method. It inherentise from AbstractAdaptor.

1746 07/23/2003 11:50 AM Jing Tao

Add a concrete method toDate which can transfer text string to date type.

1745 07/21/2003 06:35 PM Jing Tao

Add new method to handle toDate function.

1743 07/21/2003 03:53 PM Jing Tao

Fix somebugs for the script.

1741 07/19/2003 10:20 PM skrish

MetaCat Servlet changed to get correct docid

1740 07/19/2003 06:50 PM Jing Tao

Update script for sql: change a unique constraint in xml_relation table. Adding new fields in xml_replication and xml_access table. Adding new talbe xml_accesssubtree.

1738 07/18/2003 11:24 PM skrish

EML interface Login Servlet

1737 07/18/2003 11:23 PM skrish

Metacat EMl Upload Interface

1734 07/17/2003 10:59 AM skrish
  • empty log message ***
1733 07/17/2003 10:54 AM skrish
  • empty log message ***
1723 07/02/2003 04:03 PM berkley

got interservlet session handling working.

1720 07/02/2003 01:28 PM Jing Tao

Register stmml.xsd too.

1719 07/02/2003 01:27 PM Jing Tao

Registered stmml.xsd too.

1717 07/02/2003 12:09 PM berkley

fixed errors with jing and my merges

1716 07/02/2003 12:04 PM berkley

changes to make session management between monarch and metacat work.

1688 06/25/2003 05:55 PM Jing Tao

Revise code and make it more generic to pass parameters to style sheet.

1665 06/17/2003 04:06 PM Jing Tao

Revise the code for read from metcat.

1664 06/17/2003 04:06 PM Jing Tao

Add the code to handle parameter for style sheet.

1658 06/11/2003 01:22 PM blankman

web.xml assocated with metacat push harvester

1657 06/11/2003 01:21 PM blankman

servlet for metacat push harvest

1656 06/11/2003 01:20 PM blankman

web page for initiating metacat push harvest

1655 06/11/2003 01:17 PM blankman

upload class for metacat harvester

1630 04/30/2003 06:03 PM Jing Tao

Field data will be normalized.

1629 04/30/2003 03:04 PM Jing Tao

Add code to hanlder wirte and update funtion.

1626 04/26/2003 11:26 PM Jing Tao

Create a foreign key for table accesssubtree.

1625 04/26/2003 07:24 PM Jing Tao

Add a foreign key in xml_accesssbutree table.

1624 04/26/2003 07:23 PM Jing Tao

Add a foreign key in xml_accesssubtree table.

1623 04/26/2003 07:17 PM Jing Tao

Add a foreign key in accesssubtree table.

1622 04/26/2003 05:25 PM Jing Tao

Add code to write relation table.

1621 04/26/2003 05:24 PM Jing Tao

Add some debug message.

1620 04/26/2003 03:20 PM Jing Tao

Add a foreign key constrain in xml_accesssubtree table.

1619 04/26/2003 03:19 PM Jing Tao

add code to make sure subject, relationship and object is not null.

1618 04/26/2003 03:18 PM Jing Tao

Add delete access subtree in delete method.

1617 04/25/2003 03:04 PM Jing Tao

Get the file size limit from property rather than hard code.

1615 04/24/2003 08:30 PM Jing Tao

Don't write online data id into db.

1614 04/24/2003 05:43 PM Jing Tao

Fixed bug to find catalog id for eml2 document.

1611 04/24/2003 03:18 PM Jing Tao

Add the code to drop the unique constrain (subject, relationship, object) and add(docid, subject, relationship, object)

1610 04/23/2003 11:04 PM Jing Tao

Revise code to decide use which parser.

1609 04/23/2003 09:30 PM Jing Tao

Fixed a bug to checking error.

1608 04/23/2003 05:18 PM Jing Tao

It is as same as version 7.1.

1607 04/23/2003 04:30 PM Jing Tao

Add a new revise file for postgresql which version is more than 7.2

1606 04/23/2003 01:38 PM Jing Tao

Revise getURLContent method and give up httpclient.

1605 04/22/2003 08:56 PM Jing Tao

Change a unique constraint in xml_relation table.

1604 04/22/2003 08:55 PM Jing Tao

Change a unique constrain in xml_relation table.

1603 04/22/2003 08:53 PM Jing Tao

Change a unique key of relation table.

1600 04/22/2003 09:53 AM Jing Tao

Add code to get rid of white space in url.

1599 04/22/2003 09:52 AM Jing Tao

Using httpclient as http and https protocol handler.

1598 04/22/2003 09:51 AM Jing Tao

Add a new method to replace whtie space by %20 in url string.

1597 04/22/2003 09:25 AM Jing Tao

Change a debug statement.

1596 04/21/2003 07:15 PM Jing Tao

sql for registrying dtd and schema into xml_catalog directory.

1595 04/21/2003 06:36 PM Jing Tao

Change the code to get docid.

1594 04/21/2003 10:03 AM Jing Tao

Add debugMessage.

1592 04/19/2003 07:09 PM Jing Tao

This class will write triple to db.

1591 04/19/2003 07:08 PM Jing Tao

Move the code that writes triple to db to DBSAXHandler class.

1590 04/19/2003 07:06 PM Jing Tao

Add code to parse triple.

1589 04/18/2003 09:25 PM Jing Tao

Change some comment and add code to drop xml_accesssubtree table.

1588 04/18/2003 09:23 PM Jing Tao

Combine files to modify access table and add new accesssubtree table.

1587 04/18/2003 09:23 PM Jing Tao

Delete this file and move code to reviseformetacat13.sql

1586 04/18/2003 09:22 PM Jing Tao

Delete the file and move code to reviseformetacat13.sql

1585 04/18/2003 08:33 PM Jing Tao

Add a method to write error message into log file.

1584 04/18/2003 08:32 PM Jing Tao

Revise code to handle text node be splitted into two nodes.

1583 04/18/2003 08:31 PM Jing Tao

Revise update method. Every write action will check out a db connection. So it can handle a huge mount of write action.

1582 04/18/2003 08:29 PM Jing Tao

Change a method from private to public and it can be shared by other class.

1581 04/18/2003 08:29 PM Jing Tao

Revise code to handle text node were splited into two nodes.

1577 04/17/2003 10:56 PM Jing Tao

Using triple rather than query to get relation.

1576 04/17/2003 10:55 PM Jing Tao

Don't apply access rule for online data file.

1575 04/17/2003 10:54 PM Jing Tao

Add relation handler and access handler here.

1574 04/17/2003 10:53 PM Jing Tao

Get rid of access and relationa runner from run() method.