Objects describe things like pages, page hierarchy, chrome, or components that are reused across many pages. XML files define objects that are generally short. A single Surf application will have many XML files to define its objects. When Surf starts up, it looks for all these small XML fragments and gathers them to form a complete registry of all of the objects.
Example of the XML for a Page object:
<?xml version='1.0' encoding='UTF-8'?> <page> <id>mypage</id> <title>My First Page</title> <description>This is an example of the XML for a Page</description> </page>
A Spring project generally maintains these XML files as part of its project resources. They can reside under the WEB-INF directory or inside the classpath. SkyVault users can also manage these files inside the SkyVault content application server, where XML files can be individually managed, authorized, and approved as part of a lifecycle process. Once approved, SkyVault makes these files available to the Surf application.
- Chrome-application borders for regions and components
- Components-binds web scripts into templates and pages
- Content Instance-points to pages or templates to use when rendering content types (cm:content or my:article)
- Page-a navigable location within a site
- Page Type-indirection to non-navigable locations, such as a login page
- Template Instance-configuration for dynamic templates
- Theme-settings that define the site experience