Author: jaredmorgs
Date: 2012-08-26 23:35:46 -0400 (Sun, 26 Aug 2012)
New Revision: 8820
Modified:
epp/docs/branches/5.2/Draft_CSP_Maps/ReferenceGuide.contentspec
Log:
Updates to CSP map for Reference Guide. Up to Chapter 30. Configuring JBoss Cache
Modified: epp/docs/branches/5.2/Draft_CSP_Maps/ReferenceGuide.contentspec
===================================================================
--- epp/docs/branches/5.2/Draft_CSP_Maps/ReferenceGuide.contentspec 2012-08-24 00:43:56
UTC (rev 8819)
+++ epp/docs/branches/5.2/Draft_CSP_Maps/ReferenceGuide.contentspec 2012-08-27 03:35:46
UTC (rev 8820)
@@ -28,7 +28,7 @@
Resource request filter [N, Task]
The default skin [N, Reference]
Process: Creating portal skins
- Portal skin [X1, Concept]
+ Portal skin [N, Concept]
Configuring a portal skin [N, Task]
Configuring a portal skin preview icon [N, Task]
Window style [N, Concept]
@@ -351,61 +351,218 @@
Part: Advanced Development Foundations
-19. Foundations
-19.1. The eXo Kernel
-19.1.1. Kernel configuration namespace
-19.2. Configuration Retrieval
-19.3. Advanced concepts for the PortalContainers
-19.3.1. Add new configuration files from a WAR file
-19.3.2. Creating your PortalContainers from a WAR file
-19.3.3. Defining a PortalContainer with its dependencies and its settings
-19.3.4. PortalContainer settings
-19.3.5. Adding dynamically settings and/or dependencies to a PortalContainer
-19.3.6. Disable dynamically a portal container
-19.4. Runtime configuration profiles
-19.4.1. Profiles activation
-19.4.2. Profiles configuration
-19.5. Component request life cycle
-19.5.1. Component request life cycle contract
-19.5.2. Request life cycle
-19.6. Configuring Services
-19.6.1. Configuration syntax
-19.7. Specific Services
-19.7.1. ListenerService
-19.7.2. Understanding the ListenerService
-19.7.3. Job Schedule
-19.7.4. The data source provider
-19.8. Configuring a portal container
-19.9. System property configuration
-19.9.1. Properties <init-param>
-19.9.2. Properties URL <init-param>
-19.9.3. System Property configuration of the properties URL
-19.9.4. Variable Syntaxes
-19.10. The Extension Mechanism and Portal Extensions
-19.10.1. Running Multiple Portals
-19.11. Manageability
-19.11.1. Introduction
-19.11.2. Managed framework API
-19.11.3. JMX Management View
-19.11.4. Example
+ Chapter: The eXo Kernel
+ eXo kernel [N, Concept]
+ Inversion of control [N, Concept]
+ Dependency injection overview [N, Concept]
+ Kernel configuration namespace [N, Concept]
+ Chapter: Configuration Retrieval
+ Configuration retrieval targets [N, Reference]
+ How configuration retrieval works [N, Concept]
+
+ Chapter: PortalContainers
+ Adding new configuration files from a WAR file [N, Task]
+ Creating PortalContainers from a WAR file [N, Reference]
+ Section: Defining a PortalContainer with its dependencies and its settings
+ Defining a PortalContainerDefinition [N, Task]
+ Using a PortalContainerDefinition to define a new portal container [N, Task]
+ PortalContainerConfig Configuration Directives [N, Reference]
+# add PortalContainer settings [N, Task] and PortalContainer settings into
PortalContainerConfig Configuration Directives
+
+ Section: Dynamically add settings and dependencies to a PortalContainer
+ PortalContainerDefinitionChangePlugin [N, Reference]
+ PortalContainerDefinitionChangePlugin Configuration Directives [N, Reference]
+ PortalContainerDefinitionChangePlugin Implementations [N, Reference]
+ AddDependencies [N, Reference]
+ AddDependenciesBefore [N, Reference]
+ AddDependenciesAfter [N, Reference]
+ AddSettings [N, Reference]
+ Section: Dynamically disable a portal container
+ PortalContainerDefinitionDisablePlugin [N, Reference]
+ Preventing access to disabled portal container [N, Task]
+
+ Chapter: Runtime configuration profiles
+ Section: Configuring profiles
+ Profile activation logic [N, Reference]
+ Profile-capable configuration directives [N, Reference]
+ Activating a runtime configuration profile [N, Task]
+ Chapter: Component request life cycle
+ 19.5.1. Component request life cycle contract [N, Reference]
+ 19.5.2. RequestLifeCycle class overview [N, Reference]
+ Chapter: Configuring Services
+ Overview [N, Concept]
+ Section: configuration.xml
+ Components [N, Reference]
+ RootContainer [N, Reference]
+ PortalContainer [N, Reference]
+ External Plug-ins [N, Reference]
+ Service instantiation [N, Reference]
+ Service access [N, Reference]
+ Includes, and special URLs [N, Reference]
+ Special variables [N, Reference]
+ Section: <init-params> directive
+ <init-params> overview [N, Reference]
+ <value-param> [N, Reference]
+ <value-params> [N, Reference]
+ <properties-param> [N, Reference]
+ <object-param> [N, Reference]
+ <collection> [N, Reference]
+ Component plug-in priority [N, Reference]
+ Configuration logging [N, Reference]
+ <import> directive [N, Reference]
+ System properties [N, Reference]
+
+ Section: ListenerService
+ ListenerService [N, Concept]
+ Configuring a ListenerService [N, Task]
+ Registering a ListenerService [N, Task]
+ Triggering a ListenerService event [N, Reference]
+ ListenerService Example [N, Reference]
+ Section: JobSchedulerService
+ JobSchedulerService [N, Concept]
+ Using JobSchedulerService in the eXo Kernel [N, Task]
+ Process: JobSchedulerService Tutorial
+ Goal [N, Concept]
+ Build example [N, Task]
+ Define the job [N, Task]
+ Configure the job [N, Task]
+ Run the project [N, Task]
+ Section: DataSourceProvider service
+ DataSourceProvider [N, Concept]
+ Configuring DataSourceProvider [N, Reference]
+
+ Chapter: Configuring a portal container
+ Portal container attributes [N, Reference]
+ Portal container instance [N, Reference]
+
+ Chapter: System property configuration
+ # merge this into the other init-params 19.9.1. Properties <init-param>
+ # merge this into the other init-params 19.9.2. Properties URL <init-param>
+ System property configuration of the properties URL [N, Reference]
+ Variable syntaxes [N, Reference]
+ Chapter: The extension mechanism and portal extensions
+ Overview [N, Concept]
+ Creating a basic portal extension [N, Task]
+ Process: Running multiple portals using portal extension
+ Overview [N, Concept]
+ Configuring multiple portals [N, Reference]
+Part: The Java Content Repository (JCR)
+
+ Chapter: JCR Concepts and Overview
+ Java Content Repository (JCR) [N, Concept]
+ Repository [N, Concept]
+ Workspace [N, Concept]
+ Items [N, Concept]
+ The data model [N, Concept]
+ Data abstraction [N, Concept]
+ eXo repository service components [N, Reference]
+ Workspace data model [N, Reference]
+ Chapter: JCR configuration file overview
+ JCR DTD [N, Reference]
+ jcr-configuration.xml [N, Reference]
+ repository-configuration.xml [N, Reference]
+ <repository-service> directive [N, Reference]
+ <workspace> directive [N, Reference]
+ <workspace-data> directive [N, Reference]
+# Add the CAS Properties from 26.3. Content Addressable Value storage (CAS) support to
the following directive
+ <value-storage> directive [N, Reference]
+ <initializer> directive [N, Reference]
+ <cache> directive [N, Reference]
+# Add the query-handler directive value pairs in "Configuring Search" to the
next topic for completeness
+ <query-handler> directive [N, Reference]
+ <lock-manager> directive [N, Reference]
+ Chapter: Multi-language JCR support
+ Overview [N, Reference]
+ Oracle multi-language JCR support [N, Reference]
+ DB2 multi-language JCR support [N, Reference]
+ MySQL multi-language JCR support [N, Reference]
+ PostgreSQL multi-language JCR support [N, Reference]
+ Chapter: JCR search functionality
+# Add the introductory info in this section to the <query-handler> directive topic
in the chapter above.
+ Section: Global search index [N, Reference]
+ Lucene analyzer [N, Reference]
+ Customized search indexes and analyzers [N, Reference]
+ Create a new filter, analyzer, and search index [N, Task]
+ Section: Indexing configuration
+ indexingConfiguration parameter [N, Concept]
+ Limiting the node scope of node types [N, Task]
+ Increasing the boost value relevance for an entire node [N, Task]
+ Increasing the boost value relevance for properties of a node [N, Task]
+ Conditional index rules examples [N, Reference]
+ Node scope index [N, Concept]
+ Excluding properties from a node scope index [N, Task]
+ Index aggregates [N, Concept]
+ Index aggregates configuration examples [N, Reference]
+ Property-level analyzer [N, Concept]
+ Property-level configuration examples [N, Reference]
+ Node scope search characteristics [N, Concept]
+ Section: Advanced search functionality
+ Get a text excerpt with highlighted words that matches a query [N, Task]
+ Search a term and its synonyms [N, Task]
+ Search similar nodes [N, Task]
+ Check spelling of a full text query statement [N, Task]
+ Define index aggregates and rules [N, Task]
+ Chapter: JDBC and JCR
+ Overview [N, Concept]
+ Database dialect parameters [N, Concept]
+ Single-database metadata SQL-script files [N, Reference]
+ Multi-database metadata SQL-script files [N, Reference]
+ Configuring a single-database database container [N, Task]
+ Configuring a multi-database database container [N, Task]
+ Configuring a database container without binding DataSource [N, Task]
+ Creating workspaces dynamically [N, Task]
+ Simple JDBC queries [N, Reference]
+ Complex JDBC queries [N, Reference]
+ Force query hints [N, Concept]
+ Configuring force query hits for Oracle dialect [N, Task]
+ Preventing "Address already in use" exceptions for Microsoft Windows client
machines [N, Task]
+ Chapter: External value storage
+ External value storage [N, Concept]
+ Tree file value storage [N, Concept]
+ TreeFileValueStorage class, and parameters [N, Reference]
+ Configuring value storage with different locations for large files [N, Task]
+ Content Addressable Value Storage (CAS) [N, Concept]
+ CAS in portal [N, Concept]
+ Configuring CAS for JCR [N, Task]
+ Disabling CAS for JCR [N, Task]
+
+ Chapter: Workspace data container
+ Workspace data container [N, Concept]
+ JDBCWorkspaceDataContainer class, and parameters [N, Reference]
+ ValueStoragePlugin class, and parameters [N, Reference]
+ Chapter: REST services on Groovy
+ REST resource container [N, Concept]
+ GroovyScript2RestLoader component example [N, Reference]
+ Chapter: JCR on a cluster
+ JCR cluster environment requirements [N, Reference]
+ JCR cluster <value-storage> requirements [N, Reference]
+ JCR cluster <cache> requirements [N, Reference]
+ JCR cluster <query-handler> (indexer) requirements [N, Reference]
+ JCR cluster <lock-manager> requirements [N, Reference]
+ Deploying eXo JCR to JBoss Enterprise Application Server [N, Task]
+ Configuring JCR to use external configuration [N, Task]
+ Chapter: JBoss Cache and JCR
+
+
+
@@ -427,3 +584,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+