Dear all, can anyone please suggest what is the best way to dump the content from dupra website like pages and assets to aem .is there any script required to create a demo project or any xml data we need to generate to dump data into Aem
Gaurav-Behl
MVP
Gaurav-Behl
MVP
29-03-2019
There is OOB feature to migrate from Drupal to AEM. You'd have to create custom template/components/pages per your use case.
Gaurav-Behl
MVP
Gaurav-Behl
MVP
08-04-2019
there must be a problem somewhere in your code.
check we-retail components or the following for syntax/logic:
DatePicker — Granite UI 1.0 documentation
A Way to Handle Dates in AEM | Perficient Digital http://experience-aem.blogspot.com/2015/12/aem-61-touchui-date-picker-validator-comparing-two-dialog...
Touch UI datepicker does not go beyond current year http://experience-aem.blogspot.com/2015/12/aem-61-touchui-date-picker-validator-comparing-two-dialog...
ashishm85330433
ashishm85330433
08-04-2019
Thanks team .because of you I am able to setup Aem project as lead .if you don't mind can i ask one thing - I have a datepicker dilog field I author the date from dilog but it's not displaying in htl component.is there any code which can display date in my html code.i used {{}properties.startDate} in html
Gaurav-Behl
MVP
Gaurav-Behl
MVP
08-04-2019
cmd--
mvn archetype:generate -DarchetypeGroupId=com.adobe.granite.archetypes -DarchetypeArtifactId=aem-project-archetype -DarchetypeVersion=17
ashishm85330433
ashishm85330433
06-04-2019
Thanks gaurav.currently I tried to create a Aem maven project using archetype 17 by eclipse its working for archetype till 15 and for 16 and 17 it shows unable to create project showing a url also in error- https// repo.adobe.com/nexus........any help on this anyone plz
Gaurav-Behl
MVP
Gaurav-Behl
MVP
04-04-2019
Normal RTE component should work.
Did you get a chance to go through WKND/We-Retail reference sites that are available in AEM. You could easily find a working component to understand what suits best for your use case.
Getting Started with AEM Sites - WKND Tutorial https://helpx.adobe.com/experience-manager/6-4/sites/developing/using/we-retail.html
ashishm85330433
ashishm85330433
03-04-2019
Thanks team .for your support. I just want to ask that I have a article in drupal which contains text and 4 blue buttons of tweet , gmail.fb...on upper and then displaying text and at the bottom of article they have some link. Can you please suggest if we try similar component in aem what is best way to create that
ashishm85330433
ashishm85330433
03-04-2019
Thanks jai and gaurav for your support. I just want to ask that I have a article in drupal which contains text and 4 blue buttons of tweet , gmail.fb...on upper and then displaying text and at the bottom of article they have some link. Can you please suggest if we try similar component in aem what is best way to create that
jbrar
Employee
jbrar
Employee
29-03-2019
This article provides a brief overview of how to perform the migration but as Gaurav mentioned, there is no OOTB component to automate the process.
You have the understand the requirement, generate an XML from source and use Sling/Jcr API to perform the migration