create a static template in aem as a cloud service | Community
Skip to main content
Nandheswara
Level 4
May 30, 2023
Solved

create a static template in aem as a cloud service

  • May 30, 2023
  • 2 replies
  • 1020 views

Hi all,

Is it possible to create a static template in aem as a cloud service. If possible can any one tell how to create a static template in AEM Cloud Service 2023 version.

 

Thanks

Nandheswara

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 somen-sarkar

Hi Nandheswara,
It is possible to create static templates in AEMaaCS. Pls check the below link to create a static template :-

https://dev.to/vish448/create-static-template-with-aem-23fi


It is recommended to use editable templates in AEMaaCS . Below points you should consider if you are planning to use static templates :-

Thanks,

Somen

2 replies

somen-sarkar
Community Advisor
somen-sarkarCommunity AdvisorAccepted solution
Community Advisor
May 30, 2023

Hi Nandheswara,
It is possible to create static templates in AEMaaCS. Pls check the below link to create a static template :-

https://dev.to/vish448/create-static-template-with-aem-23fi


It is recommended to use editable templates in AEMaaCS . Below points you should consider if you are planning to use static templates :-

Thanks,

Somen

aanchal-sikka
Community Advisor
Community Advisor
May 30, 2023

With static templates, all development would have to be done on local SDK. You can then add them to code base and deploy.

 

However, Adobe recommends to use Editable templates. They have benefits like:

1. responsiveness

2. real-time template updates

3. Configs and structure is aligned to the recommended content structure

4. Utilize AEM core components and its evolving features.

 

Its best to create new templates as editable, to avoid migration efforts later (static->editable)

Aanchal Sikka