-
Templating and Integration Guide
- Part 1: Concepts
- Part 2: Modules
- Part 3: Templates and Studio
- Part 4: Content Definitions and Views
- Part 5: Advanced Techniques
- Part 6: Setting up an integration environment
- Part 7: Step by step integration
- Further reading and resources
Nodes are stored in workspaces, organized in trees
The second important point to notice is that, following the JCR standard (JSR-283) content is stored in a hierarchical tree structure called a workspace.
In fact, content is not stored in a single tree, but in two trees (two workspaces).
The staging workspace, named default, is where content is stored when editors enters data using Jahia GUI. The public workspace, named Live, contains the content that has been published. When visitors (authenticated or not) browse a web site or an application built with Jahia, the content is served from the live workspace only. As a consequence, a publication process is similar to a copy of (duplicate) content nodes from the default workspace to the live workspace.
![jahia6_6_integration_en-2.png [image]](/files/live/sites/jahiacom/files/documentation/6.6/en/images/IntegrationGuide/jahia6_6_integration_en-2.png)

