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.

1741 07/19/2003 10:20 PM skrish

MetaCat Servlet changed to get correct docid

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.

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.

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.

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.

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.

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

Revise getURLContent method and give up httpclient.

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.

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.

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.

1563 04/16/2003 10:51 PM Jing Tao

Add code to handle access rule for online data.

1562 04/16/2003 10:12 PM Jing Tao

Add code to handle eml2 replciation.

1561 04/16/2003 10:11 PM Jing Tao

Add code to handle initialize eml2 parser.

1560 04/16/2003 10:10 PM Jing Tao

Change writereplication method to non-static.

1559 04/16/2003 10:09 PM Jing Tao

Add some debugMessage.

1558 04/16/2003 10:07 PM Jing Tao

Change some debug level

1557 04/15/2003 09:19 PM Jing Tao

Add some new method to get docid from online url.

1556 04/15/2003 09:18 PM Jing Tao

Add contenttypeprovider when read a data file.

1555 04/15/2003 09:18 PM Jing Tao

Fixed a bug which cause null exception.

1554 04/15/2003 09:17 PM Jing Tao

Change eml2namespace variable from private to public.

1553 04/15/2003 09:16 PM Jing Tao

Add code to handle eml2 contentype.

1551 04/14/2003 07:18 PM Jing Tao

Get eml2 name space from peroperty file.

1550 04/14/2003 07:17 PM Jing Tao

Add a new class to handle contenttyp setting for data file.

1548 04/12/2003 08:09 PM Jing Tao

Add some debug message.

1547 04/12/2003 08:08 PM Jing Tao

Fixed bug for storing access section.

1546 04/11/2003 07:17 PM Jing Tao

Add a contenEquals method.

1545 04/11/2003 07:17 PM Jing Tao

Add a method to revise a stack.

1544 04/11/2003 07:16 PM Jing Tao

Add code to handle reference access couldn't be updated if user doesn't have all permission.

1543 04/11/2003 07:15 PM Jing Tao

Add some methods and fields here.

1542 04/11/2003 09:23 AM Jing Tao

Add a field to this class.