Missing AdaptiveImageComponentServlet.java in AEM 6 | Community
Skip to main content
homervillanueva
Level 2
October 16, 2015
Solved

Missing AdaptiveImageComponentServlet.java in AEM 6

  • October 16, 2015
  • 5 replies
  • 1242 views

Hi All,

I am following a tutorial from below URL how to create adaptive image component

http://docs.adobe.com/docs/en/cq/current/developing/mobile/responsive.html#Using%20Adaptive%20Images

I have checked my author and publisher instance however I cannot find the file /apps/geometrixx-commons/src/core/src/main/java/info/geometrixx/commons/impl/servlets/AdaptiveImageComponentServlet.java

Any idea where I can get the file?

Thanks!

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 Sham_HC

/libs/foundation/src/impl/src/com/day/cq/wcm/foundation/impl/AdaptiveImageComponentServlet.java

5 replies

Sham_HC
Sham_HCAccepted solution
Level 10
October 16, 2015

/libs/foundation/src/impl/src/com/day/cq/wcm/foundation/impl/AdaptiveImageComponentServlet.java

homervillanueva
Level 2
October 16, 2015

Thanks!

Scott_Brodersen
Level 8
October 16, 2015

Sham HC wrote...

/libs/foundation/src/impl/src/com/day/cq/wcm/foundation/impl/AdaptiveImageComponentServlet.java

 

I updated the docs for AEM 6.0 accordingly.

http://docs.adobe.com/docs/en/aem/6-0/develop/mobile/responsive.html#Understanding%20the%20Adaptive%20Image%20Component%20Servlet

scott

homervillanueva
Level 2
October 16, 2015

Hi Sham HC,

I am planning to extend the class com.day.cq.wcm.foundation.AdaptiveImageComponentServlet and trying to import the jar file using below dependency call directive. I got below maven dependency using the http://localhost:4502/system/console/depfinder

<dependency> <groupId>com.day.cq.wcm</groupId> <artifactId>cq-wcm-foundation</artifactId> <version>5.7.8</version> <scope>provided</scope> </dependency>

Unfortunately seems the version 5.7.8 is not yet available from the Adobe maven repository and i am having some compile error , how do you normally manage this?

Any advice?

Sham_HC
Level 10
October 16, 2015