Detecting the Service in the App

Determining whether the author or publishing service should be accessed can be accomplished by a simple conditional statement in the app to choose the appropriate author or publish endpoint when detecting that its being opened within the editor.

Another option is to deploy the app to two different environments that are configured differently, so that one retrieves its content from the author service, and one that retrieves it from the publish service. To allow authors to open the published URL in the Universal Editor, a small script can be created to “convert” the publish-side URL to its equivalent on the author environment (for example, by prepending an author sub-domain), so that the authors are automatically redirected.

Summary

The objective of the Universal Editor is to not impose any particular pattern, so that the implementation can best achieve its goals in a fully-decoupled manner while still keeping everything simple and straight-forward for the implementation.

Likewise the Universal Editor does not make any requirements on how any particular project should go about determining from which service to delivery the content. Rather it enables several possibilities and allows the project to determine which solution is best for its own requirements.

Additional Resources

To learn more about the technical details of the Universal Editor, please see these developer documents.

Experience Manager