You are looking at documentation for an older release. Not what you want? See the current release documentation.
This section describes two components which process document publication in eXo Platform.
Publication Service
This service is used to manage the status changes of documents in the publication lifecycles.
The configuration of this component can be found here.
<component>
<key>org.exoplatform.services.ecm.publication.PublicationService</key>
<type>org.exoplatform.services.ecm.publication.impl.PublicationServiceImpl</type>
</component>
Publication Presentation
This component is used to retrieve the WebUI form corresponding to the current state of the specified node.
The configuration of this component can be found here.
<component>
<key>org.exoplatform.services.ecm.publication.PublicationPresentationService</key>
<type>org.exoplatform.services.ecm.publication.impl.PublicationPresentationServiceImpl</type>
</component>