View System - Implementation Overview
Main Implementation Pages Index
- Request Flows - Describes how requests are handled/mapped through the system
- Resource Addressing - How URL resource addresses are resolved to physical files
- Java Servlet Filters - Describes how Java Request/Response Filters are used by the application
- Request Artifacting - System's XML/XSLT transformation caching mechanism - how it works and what the issues are.
- Error Handling - How the application deals with internal errors
- ibis:include - The ibis:include element
- URL to XSLT/XML Transformation Mapping Magic - Describes the process of how a static ".html" page URL is broken down by the system to determine which XSLT and which XML data content to dynamically transform/create the requested HTML page. This also discusses the Java web application's "web.xml" and the Spring Framework's Bean XML configuration files and how these settings work.