Thanks smacdonald2008 for your suggestions.Just wanted to be sure I am following the correct approach.I am deploying an application(may be Rest API) on a different server and AEM is running on a different server.With this API I want to upload some files to AEM repository(DAM), would this be the effi...
Now it is making sense to me, and sorry to bug you again. I will try to create a service and mapping for a user in AEM.But the point which I was making in I am not able to see that method getServiceResourceResolver(map) in the recommendations and when I am using it, code is throwing error. Not sure ...
Hi Zeeshan,I am missing a point here and not able to understand.On that link too we are using resolverFactory to get the resourceResolver, my problem is I am not getting any such method getServiceResourceResolver() to call on resolverFactory.Map<String, Object> param = new HashMap<String, Object>();...
Thanks for replying.I cannot see this method is allowed with resolverFactory.Only two methods are allowed to be used with this 1)getResourceResolver(null);2)getAdministrativeResourceResolver(null);I am using org.apache.sling.api-2.4.0 version of jar, please suggest
I am working on a Project to upload files to AEM DAM through Java API. So was going through this tutorial to upload files in DAM."Adobe Experience Manager Help | Uploading files to Adobe Experience Manager DAM using AssetManager API "But I am not able to get this code check as I am getting “Null Poi...