Hello All,
Difference between the use cases of AEM service class (i mean service impl class), Java utility classes.
Even for the service impl class, we are passing the resource resolver object, other resources. Same case for Java utility methods. Then, in which scenario, we need to prefer AEM service impl classes over Java utility class (or methods).
I know one point is: We can get Run mode specific config files details in service impl class. Where as these values to passed if you are calling java utility methods.
Solved! Go to Solution.
Views
Replies
Total Likes
AEM Prefers this hierarchy
The general rule is to prefer the APIs/abstractions the following order:
Please go through these articles / documentation for more details:
AEM Prefers this hierarchy
The general rule is to prefer the APIs/abstractions the following order:
Please go through these articles / documentation for more details:
@Mahesh_Gunaje Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.
Views
Replies
Total Likes