Prev Next
eXist 0.92 Basics
Three Database Alternatives
- Standalone
- Use XML-RPC or HTTP
- HTTP - simple queries GET or POST, transform with XSLT stylesheets possible
- Embedded in another application (no network access needed)
- Web application as a servlet (Cocoon)
Getting Started- Distributions
- A War file if you have a servlet engine already
- Source Distribution
- Servlet Engine Included
- XML Apache XSLT transformer
- Base Installation
- Simple Query Interface using XSP
- Cocoon Implementation
Administration Possibilities
- Web Based Administration
- Client Run from Command Line