Hi ,To implement this I am following the article
https://helpx.adobe.com/experience-manager/using/creating-touchui-xtypes.html.I
have followed the article and downloaded from the github using the
linkhttps://github.com/Adobe-Consulting-Services/acs-aem-commons/tree/release/1.10.2..
I have installed the same in AEM.But In AEM one bundle is installed and
is not activated. Please find the screen shot for the same.Please help
in resolving this issue.Thank You.Best Regards,Vijaya Immadisetty.
Hi All,I would like to practice different dialogs present in the
tutorial
https://docs.adobe.com/docs/en/cq/5-6-1/developing/widgets.html#Basic
Dialogs But I am unable to get the package Using ExtJS Widgets(specified
in this tutorial) from package share . When I try to use package share
link , it is asking for credentials. I am not sure which credentials
need to be provided there. I have tried with AEM credentials (admin).But
login failed.Could any one please help me how to get and install the
p...
Hi,I have been trying to consume the Restful webservices in AEM. I have
followed the article
https://helpx.adobe.com/experience-manager/using/restful-services.htmlIn
eclipse , Build Success coming.But when I tried to install the jar in
AEM ,bundle activation was unsuccessful.It's giving errors
likeorg.apache.http.client --> cannot be resolvedorg.apache.http.conn
--> cannot be resolved Please help me in resolving this issue Thank You.
Hi ,Thank you for your reply.I have followed it and written the servlet
as followsPlease find the following code snippet.
@SlingServlet(paths="/bin/myNode")public class GetRep extends
org.apache.sling.api.servlets.SlingAllMethodsServlet{@Override protected
void doGet(SlingHttpServletRequest slingRequest,
SlingHttpServletResponse slingResponse) throws ServerException,
IOException { PrintWriter out=slingResponse.getWriter(); Resource
resource
=slingRequest.getResourceResolver().getResource("conten...
Hi,Could you please explain how to access and display the DAM asset
metadata information programatically in AEMex:
content/dam/geometrixx/portraits/scott_reynolds.jpg this image's
metadata information. Thanks in advance. Vijaya Immadisetty
Hi,Could you please explain how to access a page ,its properties , and
children of the page and content of the page programatically, Thanks in
advance,Vijaya