Comments on: Adobe CQ5 as a Portal /adobe-blog/2012/02/01/adobe-cq5-as-a-portal/ Perspectives on Adobe Digital Marketing Platform Technologies Fri, 27 May 2016 18:28:01 +0000 hourly 1 https://wordpress.org/?v=4.5.3 By: Ajitha /adobe-blog/2012/02/01/adobe-cq5-as-a-portal/#comment-39 Sat, 19 Mar 2016 13:56:25 +0000 http://blogs.perficient.com/digitaltransformation/?p=4180#comment-39 We are using Adobe AEM as WCM , since we have other enterprise applications as well to be integrated along with SSO in to website we are considering Liferay portal. In this scenario what are the integration alternatives i have leveraging AEM (all presentation logic) for content authors at the same time integrating this with in Liferay portal ?

]]>
By: Vinodh /adobe-blog/2012/02/01/adobe-cq5-as-a-portal/#comment-38 Thu, 05 Dec 2013 16:33:06 +0000 http://blogs.perficient.com/digitaltransformation/?p=4180#comment-38 Yes, CDN like Akamai might be a good choice to consider. Thanks Mark.

]]>
By: Mark Polly /adobe-blog/2012/02/01/adobe-cq5-as-a-portal/#comment-37 Thu, 05 Dec 2013 15:45:36 +0000 http://blogs.perficient.com/digitaltransformation/?p=4180#comment-37 Yes, you have encountered one of the many problems with trying to integrate separate systems like WebCenter and Adobe. I’m not that familiar with Coherence, but I thought it was used for data and object caching. So for things like CSS and Javascript they would not go into the Coherence cache. I think you will have to look at the CQ5 side to see how it caches the html it produces. That way your WebCenter portal doesn’t worry about caching, and you take care of that in CQ5.

CSS and Javascript can also be cached using CDNs, browser cache and speciality built edge cache systems.

]]>
By: Vinodh Ramadoss /adobe-blog/2012/02/01/adobe-cq5-as-a-portal/#comment-36 Tue, 03 Dec 2013 19:45:30 +0000 http://blogs.perficient.com/digitaltransformation/?p=4180#comment-36 Thanks Mark. From this it looks like, I will not only have some resources for my Webcenter Portal coming from CQ5 but also all the presentation logic corresponding to these resources coming from CQ5 (including all the CSS styling and Javascript that goes on those components). And I just need to call this resource directly using URL or build a JSR 268 portlet to consume it in my Webcenter Portal. Is my understanding right?

If so, how would I build a caching layer on top of this. If I want to cache, let us say some of the images stored in CQ5 in an intermediate caching layer like Coherence, it is going to be complicated as the presentation logic for that image and its container component is also stored in CQ5.

]]>
By: Mark Polly /adobe-blog/2012/02/01/adobe-cq5-as-a-portal/#comment-35 Fri, 29 Nov 2013 13:10:47 +0000 http://blogs.perficient.com/digitaltransformation/?p=4180#comment-35 Yes, Adobe CQ5 has REST APIs, and is built on a standard JCR using Apache Jackrabbit as the implementation. CQ5 also has JSR 286 portlets that can be used to display content in JSR 286 containers, which Webcenter is one. You can find all the documentation for this here: http://dev.day.com/docs/en/cq/current.html

Look for “Developing on AEM” and it will give you what you need.

]]>
By: Vinodh Ramadoss /adobe-blog/2012/02/01/adobe-cq5-as-a-portal/#comment-34 Mon, 25 Nov 2013 19:30:57 +0000 http://blogs.perficient.com/digitaltransformation/?p=4180#comment-34 Mark, I need to leverage content hosted in Adobe CQ5 and surface that in a portal built using Oracle Webcenter. Can you point me to the right resources to make this integration work? Are there REST APIs that can help? I am assuming there are JCR 170 APIs as well.

]]>