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 a metacat without worrying about network communication issues. The implementation is not complete. This checkin is principally for review of the Metacat.java interface.
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
a metacat without worrying about network communication issues. The implementation is not complete. This checkin is principally for review of the
Metacat.java interface.