Concept of Authoring and Publishing authoring
AEM provides you with two environments:
- Author
- Publish
These interact to enable you to make content available on your website - so that your visitors can read it.
The author environment provides the mechanisms for creating, updating and reviewing this content before actually publishing it:
- An author creates and reviews the content (this can be of several types; for example, pages, assets, publications, etc)
- which will, at some point, be published to your website.
On the author environment the functionality of AEM is made available through two UIs. For the publish environment you design the entire look-and-feel of the interface made available to your users.
Author Environment author-environment
The author works in what is known as the author environment. This provides an easy to use interface (graphical user interface (GUI or UI)) for creating the content. It is usually located behind a company’s firewall that provides full protection and requires the author to login, using an account that has been assigned the appropriate access rights.
Depending on how your instance and your personal access rights are configured you can perform many tasks on your content, including (amongst others):
- generate new content, or edit existing content, on a page
- use predefined templates to create new content pages
- create, edit and manage your assets and collections
- create, edit and manage your publications
- develop your campaigns and the related resources
- develop and manage community sites
- move, copy or delete content pages, assets, etc
- publish (or unpublish) pages, assets, etc
Additionally, there are administrative tasks that help you manage your content:
- workflows that control how changes are managed; for example. enforcing a review before publication
- projects that coordinate individual tasks
Publish Environment publish-environment
When ready, the AEM site’s content is published to the publish environment. Here the website’s pages are made available to the intended audience in accordance with the look-and-feel of the designed interface.
Usually, the publish environment is located inside the demilitarized zone; in other words, available to the internet, but no longer under the full protection of the internal network.
When the AEM site is a community site, or includes Communities components, signed-in site visitors (members) may interact with Communities features. For example, they may post to a forum, post a comment, or follow other members. Members may be granted permission to perform activites normally limited to the author environment, such as create new pages (community groups), blog articles, and moderate other members’ posts.
-
Publish / Unpublish
These are the primary terms for the actions that make your content publicly available on your publish environment (or not). -
Activate / Deactivate
These terms are synonymous with publish/unpublish. They are more common in the classic UI. -
Replicate / Replication
These are the technical terms used to indicate the movement of data (e.g. page content, files, code, user comments) from one environment to another; i.e. when publishing, or reverse-replicating user comments.
Dispatcher dispatcher
To optimize performance for visitors to your website, the dispatcher implements load balancing and caching.