Looking for tutorials on Java how it's used in AEM | Community
Skip to main content
Level 2
February 16, 2023
Solved

Looking for tutorials on Java how it's used in AEM

  • February 16, 2023
  • 2 replies
  • 1286 views

Can anyone suggest some tutorials on Java and how it's used in Adobe Experience Manager?

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 BrianKasingli

Hi Kayet, you can follow through this step by step AEM backend services, etc... to help you get started.

An addition to my post above, you can follow these useful blogs and vlogs as well:

2 replies

Level 3
February 16, 2023

General Java

For basic Java tutorials and documentation :

 

For Apache Sling API

 

General AEM Java

https://developer.adobe.com/experience-manager/reference-materials/ 
https://developer.adobe.com/experience-manager/reference-materials/6-5/javadoc/index.html 

 

For Sling API in AEM

 

For JCR API in AEM

 

For QueryBuilder API in AEM

 

For TagMaganer API in AEM

 

That should cover the somewhat most important parts, but you will need to check the general AEM Java documentation of the classes you are using. It can help to take a look at the WKND project samples to get you started. You will also need to lookup the documentation of the packages specific to your implementation, e.g. if you use GSON, check Google GSON documentation etc.

BrianKasingli
Community Advisor and Adobe Champion
BrianKasingliCommunity Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
February 16, 2023
kayestAuthor
Level 2
February 22, 2023

Hi Brian,

 

Thanks for the info. I signed up at Pluralsight and have learned a lot from them. In one of your articles you mention, "must have a firm grasp of the fundamentals of the Java language, including data structures, algorithms, and design patterns, as AEM is built on top of Java." Do you have any suggestions where to go for that training? Thanks.

 

Kayest

BrianKasingli
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
February 23, 2023

https://www.udemy.com/course/java-the-complete-java-developer-course, I followed this course when I was new to Java. It worked out really well