Database Reference
In-Depth Information
The module distinguishes between installation and deployment steps. This is because
although the installation process is standardized by the EXPath packaging specifica‐
tion, the deployment step is not. It is implementation-defined and specific to eXist-
db. Installation will register a package with the EXPath packaging system, but will not
copy anything into the database. Deployment will deploy the application into the
database as specified by repo.xml .
The packaging mechanism and this module are described in “Packaging” on page
227 . Background information is available at http://exist-db.org/exist/apps/doc/
repo.xml .
request
Description
Handling HTTP requests
Namespace
request="http://exist-db.org/xquery/request"
Type/default status
Java; enabled in $EXIST_HOME/conf.xml ; enabled in $EXIST_HOME/extensions/
build.properties
Class
org.exist.xquery.functions.request.RequestModule
This module provides functions to handle an HTTP request in XQuery, like finding
out the URI and the parameters. It is described in “The request Extension Module”
on page 209 .
response
Description
Controlling the HTTP response
Namespace
response="http://exist-db.org/xquery/response"
Type/default status
Java; enabled in $EXIST_HOME/conf.xml
Class
org.exist.xquery.functions.response.ResponseModule
 
Search WWH ::




Custom Search