Sharepoint+DOJO site to AEM Migration | Community
Skip to main content
Thejus
Level 2
August 30, 2016
Solved

Sharepoint+DOJO site to AEM Migration

  • August 30, 2016
  • 1 reply
  • 962 views

 Hi We want to migrate a share point site to AEM . (Share point as backend - NodeJS Calls - to - DOJO Framework(HTML/CSS/Bootstrap/JS)). The DOJO UI holds components and templates as in AEM, but each component is rendered through JSON data. I have below questions. 

  1. Is there a way to keep DOJO with UI same and just convert sharepoint to AEM? 
  2. What is the besta pproach to migrate the same?

 
 Regards

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by kautuk_sahni

Hi 

As i can see, DOJO is JavaScript framework. There is no restriction of using it in AEM.

AEM can be integrated with bootstrap, Angular etc.

On the same lines, you can integrate AEM with any 3rd part JS frameworks.

 Helps Articles:-

1. https://helpx.adobe.com/experience-manager/using/vanitypath.html

//Showing  

  • How to use Angular and Bootstrap JS lib files in an AEM project
  • How to invoke a Sling Servlet using an Angular HTTP call.
  • How to customize the AEM TouchUI admin user interface.
  • How to add a new view for AEM admin.

2. https://helpx.adobe.com/in/experience-manager/using/custom-carousel-components.html

//Using 3rd part JS plugins. Creating Custom Carousel components for Adobe Experience Manager

 

On the same lines, you can use DOJO framework.

~kautuk

1 reply

kautuk_sahni
Community Manager
kautuk_sahniCommunity ManagerAccepted solution
Community Manager
August 30, 2016

Hi 

As i can see, DOJO is JavaScript framework. There is no restriction of using it in AEM.

AEM can be integrated with bootstrap, Angular etc.

On the same lines, you can integrate AEM with any 3rd part JS frameworks.

 Helps Articles:-

1. https://helpx.adobe.com/experience-manager/using/vanitypath.html

//Showing  

  • How to use Angular and Bootstrap JS lib files in an AEM project
  • How to invoke a Sling Servlet using an Angular HTTP call.
  • How to customize the AEM TouchUI admin user interface.
  • How to add a new view for AEM admin.

2. https://helpx.adobe.com/in/experience-manager/using/custom-carousel-components.html

//Using 3rd part JS plugins. Creating Custom Carousel components for Adobe Experience Manager

 

On the same lines, you can use DOJO framework.

~kautuk

Kautuk Sahni