I'm trying to create a site constructed through AEM and was wondering if I can actually grab folios (DPS) and load them onto a part of the html page so that you can see the cover of the articles on the bottom of the page and scroll through them. But this is all on an html page website, something that you can load on the browser such as Chrome or Firefox. Is that possible? Is there a tutorial or example I could look at? I haven't been able to find any so any help is appreciated.
Solved! Go to Solution.
Views
Replies
Total Likes
I'd suggest reposting a question around 'Reusing existing page content in new pages' or something similar as this question isn't necessarily DPS specific.
Also, you might want to take a look at the TOC which is generated based on existing article pages in a folio for a more DPS page specific case as it uses some DPS page types in the jsp.
http://localhost:4502/crx/de/index.jsp#/apps/geometrixx-unlimited/components/pages/toc
Views
Replies
Total Likes
With recent ssl security issue & jvm version you might not get peer authenticated. Please follow an additional step of
http://blog.nerdability.com/2013/01/tech-how-to-fix-sslpeerunverifiedexcept.html
Views
Replies
Total Likes
Hi there,
Thanks for reaching out to Adobe Community.
Please go through the below documentation link and forum post and see if it helps:
http://docs.adobe.com/docs/en/aem/6-0/author/publications.html
Error while Uploading Content to Folio Producer
thanks!
Views
Replies
Total Likes
DPS pages are CQ pages with some additional metadata.
Given the above, reusing content from DPS pages would be the same as reusing content from an existing site pages.
Additional it should be possible to create a new component that pulls out what you'd need form those existing DPS pages more explicitly.
Views
Replies
Total Likes
JohnFait wrote...
DPS pages are CQ pages with some additional metadata.
Given the above, reusing content from DPS pages would be the same as reusing content from an existing site pages.
Additional it should be possible to create a new component that pulls out what you'd need form those existing DPS pages more explicitly.
Do you have an example or tutorial I could follow to do this? I'm pretty new with AEM/DPS in general
Views
Replies
Total Likes
I'd suggest reposting a question around 'Reusing existing page content in new pages' or something similar as this question isn't necessarily DPS specific.
Also, you might want to take a look at the TOC which is generated based on existing article pages in a folio for a more DPS page specific case as it uses some DPS page types in the jsp.
http://localhost:4502/crx/de/index.jsp#/apps/geometrixx-unlimited/components/pages/toc
Views
Replies
Total Likes
JohnFait wrote...
I'd suggest reposting a question around 'Reusing existing page content in new pages' or something similar as this question isn't necessarily DPS specific.
Also, you might want to take a look at the TOC which is generated based on existing article pages in a folio for a more DPS page specific case as it uses some DPS page types in the jsp.
http://localhost:4502/crx/de/index.jsp#/apps/geometrixx-unlimited/components/pages/toc
I took a look at this and it looks like a great example but what I don't get from this example is how is, where is it getting authentication from? Like I don't see any sign in to get the folios
Views
Replies
Total Likes
AEM will not sign into FolioProducer until is performs Folio/Article management.
The TOC, in the way it was designed, is rendered in AEM then uploaded to DPS. It is dynamic in AEM but static in DPS.
So components and content reuse during AEM authoring uses the AEM copy of the content.
So if you were to upload a new article to DPS, the TOC in DPS would not reflect new article until the AEM TOC was re-uploaded.
Views
Replies
Total Likes
Views
Likes
Replies