%-- $HeadURL: https://svn.wald.intevation.org/svn/deegree/base/branches/2.3_testing/resources/csw/demo/web/csw.jsp $ --%> <%-- $Id: csw.jsp 20285 2009-10-21 15:27:12Z sgoerke $ --%> <%-- This file is part of deegree, http://deegree.org/ Copyright (C) 2001-2009 by: - Department of Geography, University of Bonn - and - lat/lon GmbH - This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Contact information: lat/lon GmbH Aennchenstr. 19, 53177 Bonn Germany http://lat-lon.de/ Department of Geography, University of Bonn Prof. Dr. Klaus Greve Postfach 1147, 53001 Bonn Germany http://www.geographie.uni-bonn.de/deegree/ e-mail: info@deegree.org --%> <%@ page language="java" contentType="text/html" pageEncoding="UTF-8" %> <%@ page import="org.deegree.framework.version.*" %> <% String userName = null; if ( request.getUserPrincipal() != null ) { userName = request.getUserPrincipal().getName(); } %>
catalogueManager search: | client for searching metadata | |||||||||||||||||||||||||||||
catalogueManager editor: | client for creating and managing metadata | |||||||||||||||||||||||||||||
generic client: | generic client application for performing XML encode requests against catalogue services. | |||||||||||||||||||||||||||||
catalogueManager setup: | basic database and application settings ... | |||||||||||||||||||||||||||||
Please notice the following roles and users with deegree catalogueManager. Depending on the roles the search, edit or setup functions will be available.
Rolle | User | Password | Search | Edit | Setup |
---|---|---|---|---|---|
Editor | cmEditor | - | x | x | - |
User | cmUser | - | x | - | - |
Admin | cmAdmin | not available with online demo | x | - | x |
deegree catalogueManager is a collection of client and server applications for managing ISO and INSPIRE compliant metadata. It provides HTTP/SOAP interfaces for searching, accessing, harvesting and manipulating metadata for geographic data and services. Metadata can be searched by their title, topic, date etc. and the spatial extent of the described data/service. deegree supports Dublin Core and INSPIRE compliant ISO 19115/19119/19139 metadata encoding. If the ISO metadata format is used, data metadata and service metadata can be coupled. This enables a user to first search for data metadata matching, for example, a specific topic and area and then finding a WMS, WFS etc. serving the data described by the data metadata sets matching the initial search.
The OGC CSW specification is available in different versions. deegree catalogueService supports versions 2.0.0, 2.0.1 and 2.0.2. For CSW 2.0.2 OGC has specified an application profile for ISO metadata (OGC ISO Application Profile for CSW 2.0.2 Specification) which is also supported by deegree CSW. Another important topic covers the INSPIRE specifications for metadata and discovery services. This is supported as far as specifications are completed. There are no compliance tests made available for CSW by the OGC, yet.
deegree catalogueService comes with support for Oracle and PostGIS database backend.
The catalogueManager also contains a metadata editor as well as a web frontend for searching and displaying metadata. Both components are designed to be easy to use without the requirement of detailed knowledge of ISO 19xxx or INSPIRE standards. Beside the contained editor deegree also offers a more powerful but even more complex editor (tibesti) to create, edit, update and manage metadata directly on top of a database backend. (to SVN.)