Expand my Community achievements bar.

manjushri_wandh
manjushri_wandh
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi,Is it possible to access CQ component through HTTP call? My requirement is to create CQ component and display the same on 3rd party eCommerce front end.Can anyone please suggest me what approach should I follow to achieve this?Thanks,Manju

    Type

    Questions

    Views

    2.0K

    Likes

    0

    Replies

    7
  • Hi,I want to fetch DAM asset from JCR and obtain inputstream for a node or for an asset so that I can read that asset. I have implemented below code.querybuilder = resource.getResourceResolver().adaptTo(QueryBuilder.class);Query query = querybuilder.createQuery(PredicateGroup.create(map), session);S...

    Type

    Questions

    Views

    3.6K

    Likes

    0

    Replies

    1
  • Hi,I have written sling servlet to fetch DAM Asset from JCR Repository. Then retrieved InputStream from Rendition of an Asset, so that I can read an asset and write it to servlet response. I have attached servlet code. Code is working fine. When I hit URL http://localhost:4502/bin/testServlet?catego...

    Type

    Questions

    Views

    773

    Likes

    0

    Replies

    3
  • Hi,My task is to display random images every time user hits the browser.So I want to fetch random images from JCR. My code is as followsMap<String, String> map = new HashMap<String,String>();map.put("path", contentPath.toString());map.put("type", "dam.Asset");map.put("property", "jcr:content/metadat...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    1
  • Hi,I have implemented hybris application which makes HTTP call to CQ. On CQ side I have written sling servlet to retrieve DAM assets from JCR and send it in response to HTTP call. Hybris displays this asset on Front End. Application is working fine.But I have 1 query. As of now I am fetching DAM ass...

    Type

    Questions

    Views

    552

    Likes

    0

    Replies

    2
  • Hi,I have implemented simple program for fetching image using JCR. ResourceResolver resourceResolver = resolverFactory.getAdministrativeResourceResolver(null);Resource res = resourceResolver.getResource("/content/dam/geometrixx-media/articles/bored.jpeg");            Asset asset = res.adaptTo(Asset....

    Type

    Questions

    Views

    3.5K

    Likes

    0

    Replies

    2
  • Hi,I am working on eCommerce integration with Hybris. I am working with AEM 5.6.1. I have installed following 2 packages, cq-hybris-content-5.6.100 and cq-geometrixx-hybris-content-5.6.100. I have not installed cq-hybris-server-5.6.100 package because I have standalone Hybris server running. When I ...

    Type

    Questions

    Views

    722

    Likes

    0

    Replies

    1
  • Hi,I am a beginner in CQ and I have to integrate CQ with Hybris. I have installed Hybris 5.1 and also installed CQ/AEM 5.6.1 without embedded hybris server because I already have hybris server installed. I have read number of documents about CQ-Hybris integration on Hybris Wiki as well as on http://...

    Type

    Questions

    Views

    859

    Likes

    0

    Replies

    3
  • Hi,If I create CQ component e.g. Page, can I access Page component as html or jsp file? If I have my page at path content/dam/geometrixx with name test, how can i access it as html?

    Type

    Questions

    Views

    468

    Likes

    0

    Replies

    1
Top badges earned by manjushri_wandh
Customize the badges you want to showcase on your profile