활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
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?
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
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.
조회 수
답글
좋아요 수
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...
조회 수
답글
좋아요 수
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.
조회 수
답글
좋아요 수
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.
조회 수
답글
좋아요 수
We want to manage some static content . Dynamic content will be coming from 3rd party framework
조회 수
답글
좋아요 수
Excellent response!!!
조회 수
답글
좋아요 수
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.
조회 수
답글
좋아요 수
Why not just use Author and Publish - which is very easy!
조회 수
답글
좋아요 수
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
조회 수
답글
좋아요 수
조회 수
Likes
답글