Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 12/12/24
    Survey for AEM Community: Can you help us out? We want to talk to everyone who contributes to the experience creation process, both within and outside of Adobe Experience Manager. You can help us improve our product by sharing your experience with the experience creation workflow in this 10-minute s...

    Views

    118

    Likes

    4

    Replies

    0
  • 12/8/24
    Details The features in this release focus on Experience Manager Assets and Site innovations and include the following: AEM Assets: Assets Interface Extensibility​Content Hub Asset Rendition Availability​Dynamic Media: New rendition panel​Dynamic Media with OpenAPI advanced ​image modifiers & prese...

    Views

    613

    Likes

    3

    Replies

    0
  • 6/1/17
    How do you write your Java code for AEM components? If you've been thinking to switch to use Sling Models, here's a how-to article and I'll show you the steps, the differences and the advantages.Here's the blog post link: How To Switch From WCMUsePojo To Sling Models in AEM | Adobe

    Views

    4.2K

    Likes

    3

    Replies

    2
  • 6/1/17
    Hi,We are in process of upgrading from AEM 6.0 to AEM 6.3. We also wanted to use sightly for our existing code base. We are converting the existing templates and components as per sightly.Templates use sling:resourceSuperType to inherit from page component provided OOBe.g: --apps     --myProject    ...

    Views

    10.4K

    Likes

    3

    Replies

    12
  • 5/31/17
    Hello friends, I am currently working on a task to create pdf files using content fragment in AEM version 6.2.I can create a page using fragments and then can use PDF writer bundle to see page as pdf. But also need to warn the user for the case when content fragments on page results in pdf more than...

    Views

    2.1K

    Likes

    0

    Replies

    3
  • 5/30/17
    Hello Guys,I have deployed wcm-io-testing package in AEM 6.2. When i am creating new aem project to write Junit testcases using  wcm.io.In my aem project in build path under project i am configuring wcm-io-testing package to use AEM-Mock , When i am writing the @Rule public final AemContext context ...

    Views

    1.9K

    Likes

    0

    Replies

    1
  • 5/22/17
    Hi,We have an ecommerce site where on product display page url should contain the title of the product.For example:If my product title is "Adobe AEM book" then my url should look like https://test.com/adobe-aem-book/p/10000Can u help  me understand how we can achieve this?

    Views

    5.3K

    Likes

    0

    Replies

    5
  • 5/19/17
    I am not able to register an iPAD in AEM. I installed AEM screens from app store.  Please find below the details - iPad version - iPAD3,4 10.1.1(iOS)firmware version - 2.2.14webview -  cordova 4.1.1(Webkit 602.2.14)  The status displayed is  - registration(link-up)(unauthenticated) I configured the ...

    Views

    2.4K

    Likes

    0

    Replies

    4
  • 5/18/17
    What we want to achieve is to make a simple OAuth client app that allows a user to authenticate against AEM 6.2, get an Access Token and use it to fetch an Asset.I will try to describe what we have done so far.In AEM we have created a new OAuth Client in page /libs/granite/oauth/content/clients.html...

    Views

    3.5K

    Likes

    0

    Replies

    5
  • 5/18/17
    When I hit the url of website(Ex: www.example.com), in the network tab developer tool(on clicking F12), I am getting as:Name                                Statuswww.example.com                301xyz.html                               307Can anyone help me in removing 301 redirect on aem sites?This ...

    Views

    3.2K

    Like

    1

    Replies

    2
  • 5/17/17
    I am trying to delete existing nodes and then add new nodes under etc/tags/plant. The code is below. I see error when deleting a node. What ACL's needs to be there for service account to delete a node. String mainPath = "/etc/tags/plant";                 Tag mainTag = tagManager.resolve(mainPath);  ...

    Views

    3.2K

    Likes

    0

    Replies

    5
  • 5/16/17
    Hi All,What is the maximum java heap size memory that can be allocated to AEM instance? ::* default JVM optionsif not defined CQ_JVM_OPTS set CQ_JVM_OPTS=-Xmx1024m -XX:MaxPermSize=256M -Djava.awt.headless=trueAnd what is the use of MaxPermSize here ?

    Views

    1.5K

    Likes

    0

    Replies

    0