I'm planning to convert an Asp.net website to AEM website, I followed the docs but didn't satisfied How to Create a Fully Featured Internet Website - docs.adobe.com
Please provide me some links through which i can develop a website more efficiently and quickly.
Thanks
Solved! Go to Solution.
FOr AEM 6.1 - that is the best doc to create a web site. It uses JSP that is applicable for that version.
However - for later AEM versions (for those reading this thread) - we have an end to end doc that uses HTL to build a sample Toy Site.
Adobe Experience Manager Help | Creating your First Adobe Experience Manager 6.3 website
(this may work on 6.1 as that version does support HTL - i never tried on 6.1 - it does work on 6.2/6.3)
This end to end creates this site from scratch using HTL:
FOr AEM 6.1 - that is the best doc to create a web site. It uses JSP that is applicable for that version.
However - for later AEM versions (for those reading this thread) - we have an end to end doc that uses HTL to build a sample Toy Site.
Adobe Experience Manager Help | Creating your First Adobe Experience Manager 6.3 website
(this may work on 6.1 as that version does support HTL - i never tried on 6.1 - it does work on 6.2/6.3)
This end to end creates this site from scratch using HTL:
If converting .NET to AEM - you need to take as much HTML as you can from the .NET app and convert that to AEM Components as we show in the Toy Site article.
See this section --
Views
Likes
Replies