Which frame work combinations will be faster in page rendering.? | Community
Skip to main content
Level 4
March 8, 2017
Solved

Which frame work combinations will be faster in page rendering.?

  • March 8, 2017
  • 1 reply
  • 1184 views

Hi Experts,
I can see there are multiple ways of coding in AEM, JSP, EXT JS, JSTL, Sightly, CORAL UI, Angular JS. Am confused with what are the combinations that can be best to use in AEM for a faster web page rendering to the end user.? and also very less help documents i can see to find the combination usage and best practices of these tools.

Regards,

Kk

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 edubey

Hi Krish,

There is no direct answer to this question. Even if there is something called best combination, bad level of coding can degrade performance.

1. EXT JS (classic ui) and CORAL UI (touch ui) is more of a framework in which Authoring part is built for AEM

2. When it comes to AEM 6+ - Sightly and Java is normally used for development

3. Apart from Sightly + Java, If your application requires client side interaction Angular JS is good framework to use

hope it helps

Thanks

1 reply

edubey
edubeyAccepted solution
Level 10
March 8, 2017

Hi Krish,

There is no direct answer to this question. Even if there is something called best combination, bad level of coding can degrade performance.

1. EXT JS (classic ui) and CORAL UI (touch ui) is more of a framework in which Authoring part is built for AEM

2. When it comes to AEM 6+ - Sightly and Java is normally used for development

3. Apart from Sightly + Java, If your application requires client side interaction Angular JS is good framework to use

hope it helps

Thanks