Our application is mostly static html pages. Can we use dispatcher directly in front of author for rendering static HTML pages? What is the significance of publish instance if all my pages are static HTML pages?
Solved! Go to Solution.
Views
Replies
Total Likes
Using author to substitute for a publish server is not generally considered a viable alternative for any number of reasons:
That's a short list - there probably 10 other things I could list out that are less important but that you'd still need to solve for. Basically it's a really bad idea.
If you truely have a static site and you don't want a publish instance you could look at using the static publish agent to do a bake model for your web site instead of the dynamic model that is default approach. It's not particularly well documented, and it doesn't necessarily support all the features of the platform but for truly simple static sites it might work. You can find a reference to the agent here - http://docs.adobe.com/docs/en/cq/5-6-1/deploying/replication.html and a blog on how to use it here - http://www.wemblog.com/2012/02/how-to-use-static-agent-in-cq-wem.html.
Views
Replies
Total Likes
It depends on how you designed your pages and where the actual content and images are coming from and if there are logic's associated with changing the images based on the script that was loaded in WCM and so on...
Views
Replies
Total Likes
Using author to substitute for a publish server is not generally considered a viable alternative for any number of reasons:
That's a short list - there probably 10 other things I could list out that are less important but that you'd still need to solve for. Basically it's a really bad idea.
If you truely have a static site and you don't want a publish instance you could look at using the static publish agent to do a bake model for your web site instead of the dynamic model that is default approach. It's not particularly well documented, and it doesn't necessarily support all the features of the platform but for truly simple static sites it might work. You can find a reference to the agent here - http://docs.adobe.com/docs/en/cq/5-6-1/deploying/replication.html and a blog on how to use it here - http://www.wemblog.com/2012/02/how-to-use-static-agent-in-cq-wem.html.
Views
Replies
Total Likes
just trying to understand your use case - if your content is mostly static, why would you use a complex system like AEM to serve it? why not use something like tomcat. you can build a kind of framework in java/jsp to provide limited editing capabilities.
Views
Replies
Total Likes
We want to manage some static content . Dynamic content will be coming from 3rd party framework
Views
Replies
Total Likes
Excellent response!!!
Views
Replies
Total Likes
What if I convert all pages from AEM as static html and rendered them from dispatcher. So author is not directly exposed to public. Each time a new content is created, once it is approved we will convert the new content to static HTMLS and move it to dispatcher. We will not point author from dispatcher.
Views
Replies
Total Likes
Why not just use Author and Publish - which is very easy!
Views
Replies
Total Likes
selvaganesh..
Edition publishing separation pattern is a standard pattern for this use case. Please have a look at this article by Martin Fowler.
http://www.martinfowler.com/bliki/EditingPublishingSeparation.html
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Like
Replies