Expand my Community achievements bar.

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

  • 3/6/17
    Hello everyone, Hola, Welkom, Привет, Salut, Vítejte, Gruß, 환영합니다, Willkommen, Hoi, नमस्ते, Nazdar, Bienvenue, Witamy, ハワイ, Hej, Živjo, 拝啓, Velkommen, Cześć, Oi, 您好, Saudações, ようこそ, Salve, مرحبا, Benvenuto, Pozdrav, Hoşgeldiniz, Gegroet, Salutacions, Benvingut, הי, Saludos, Hei, Bemvindo, Hälsninga...

    Views

    133.1K

    Likes

    52

    Replies

    287
  • 5/19/22
    【目的】AEMにサービスパック(例: AEM 6.5.12.0)を適用する時、更新されたノードをデバックログから確認する方法について説明します。 【環境】AEM 6.5 【対応方法】AEMにサービスパックを適用する前に、下記の手順でorg.apache.jackrabbit.vault.packaging.impl.ActivityLogに対するデバッグログを設定します。その後にサービスパックを適用すると、デバッグログからサービスパックで更新されたノードのパスを確認できます。 1. Web Console/Sling/Log Support にアクセスする (http://localhost:...

    Views

    355

    Like

    1

    Replies

    0
  • 5/19/22
    We have written a custom workflow step.  It has the following code.  The idea is to save a Document variable to the Payload directory.In Java, we are trying to read in the Document variable. Document doc = (Document) wfd.getMetaDataMap().get(docDataVariableName);log.info("Document is a variable name...

    Views

    1.1K

    Likes

    0

    Replies

    9
  • 5/19/22
    How to Sync project code between AEM and Eclipse? by Heena Shirke Abstract 1. Install AEM Developer Tools from Eclipse Marketplace. 2. Convert modules such as ui.apps and ui.content to "Content Project". This can be done by right clicking on the module folder -> Configure -> Convert to Content Proj...

    Views

    198

    Like

    1

    Replies

    0
  • 5/19/22
    One way to Create A Conditional Loop In AEM WorkFlow by Heena Shirke Abstract 1. Create a workflow variable - Example: loopcount The value of the workflow variable is maintained throughout the workflow instance 2. Increment the variable using Set Variable Step - Example: loopcount=loopcount+1 ...

    Views

    362

    Like

    1

    Replies

    0
  • 5/19/22
    Steps to set a thumbnail image to AEM packages? by Heena Shirke Abstract This post explains how to set a thumbnail image to AEM content project modules. Step 1: Create a folder named "definition" under "ui.apps/src/main/content/META-INF/vault". Step 2: Paste thumbnail image(.png) inside the cre...

    Views

    299

    Likes

    0

    Replies

    0
  • 5/19/22
    Adobe Experience Manager 6.5 vs WordPress - Feature Comparison by Shivanand Yeurkar Abstract For many years WordPress has been the most popular CMS platform for blogs and marketing sites among small and mid-sized companies. Easy to set up, OTB plugins, and excellent community support make it the ri...

    Views

    1.7K

    Likes

    0

    Replies

    0
  • 5/19/22
    OSGi Bundle States in AEM by Codingwithtea Abstract OSGi is a fundamental element in the technology stack of AEM. It is used to control the composite bundles of AEM and their configuration. OSGi “provides the standardized primitives that allow applications to be constructed from small, reusable and...

    Views

    2.7K

    Likes

    0

    Replies

    0
  • 5/19/22
    AEM 6.5 Upgrade Part 1: Discovery and pattern detector analysis by Taqalytics Abstract AEM upgrade is a multi-step process that depends on scope of the upgrade and requirements defined in the discovery phase. Adobe documentation has covered various steps on how to upgrade, but the code upgrade pro...

    Views

    256

    Likes

    0

    Replies

    0
  • 5/18/22
    Hi Team,My Project requirement is to add blog post on their pages, so can I use AEM community features to create site template and use that template to create a blog  pages and use those Community components to add blog post.Currently I am able to create a blog page with Adobe community feature on m...

    Views

    473

    Likes

    0

    Replies

    3
  • 5/18/22
    Hi All, I am trying to set default dropdown value at page properties level where I need to first get the selected value and then change the default value based on current url. Below is the code snippet I tried so far:    $(document).ready(function() { var currentUrl = window.location.href; ...

    Views

    1.7K

    Likes

    0

    Replies

    11