Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 5/22/15
    A number of folks have been asking how to change the default to classic mode instead of Touch Mode. This is relatively easy, just go to http://localhost/system/console/configMgr and do a search for WCM Mode Authoring UI Service. Open up this config node and the first setting is Default UI Authoring ...

    Views

    637

    Likes

    0

    Replies

    0
  • 5/21/15
    Hello, This should be a great session on AEM and Sling, and a great deep dive into Sling on May 22nd. The recorded session will also be available on the below page.https://communities.adobe.com/content/usergenerated/content/cush/en/communities/aem_technologistsdevelopersarchitects/events/_jcr_conten...

    Views

    622

    Likes

    0

    Replies

    0
  • 5/21/15
    This is a great article from Adobe's Scott MacDonald on how to create a Tree component and also offers a solid primer on the Touch UI. However, if you don't feel like creating all of the Nodes manually, the AEM enablement team has created the XML for the Touch UI dialog box, available here:Dropbox -...

    Views

    751

    Likes

    0

    Replies

    0
  • 5/21/15
    Client libraries, as detailed in the videos, are important parts of any AEM implementation. You can use the HTML library manager to help manage your client libraries. Go to system/console/configMgr and search for Day CQ HTML library manager. You can set up minification here by clicking the checkbox....

    Views

    514

    Likes

    0

    Replies

    0
  • 5/21/15
    Dispatcher flush agent usually sends an invalidation requests whenever your HTML files are changes i.e. for changes done cq:page nodes, your dispatcher flush agent will trigger and invalidate the cache. For changes done in CSS and JS files, the process isn't the same. Dispatcher flush agent could be...

    Views

    1.5K

    Likes

    0

    Replies

    1
  • 5/21/15
    Here is a useful servlet following best practices to take a file from a client application and write it to the JCR. We follow best practices using the LoginService. Also, do not forget to set the Apache Sling User Mapper service to the appropriate user (for testing on a local instance, use admin). I...

    Views

    5.9K

    Like

    1

    Replies

    1
  • 5/21/15
    We've created a simple Swing JAR executable that calls a Sling Servlet, thanks to Scott MacDonald AEM Community Manager. The executable JAR is here:Dropbox - Executable JARHere is the source code for the Swing JAR, with comments:import java.io.*;import java.awt.*;import java.awt.event.*;import javax...

    Views

    591

    Likes

    0

    Replies

    0
  • 5/19/15
    Hello,For those of you who want to test out your Sightly code in a simple web based tool, I recommend you install this. You can browse to http://localhost:4502/content/repl.html and just delete the existing statements and see the outputs on your page. It is very useful and the Maven project is here:...

    Views

    649

    Likes

    0

    Replies

    0
  • 5/15/15
    Very useful PDF file from Adobe for making sure your installation is XSS secure. https://docs.adobe.com/content/docs/en/cq/5-6-1/developing/securitychecklist/_jcr_content/par/download/file.res/xss_cheat_sheet.pdf

    Views

    753

    Likes

    0

    Replies

    0
  • 5/14/15
    I have AEM 6 in Java 1.7.I can go to site page (http://localhost:4502/sites.html). When I select + sign to create a site, nothing comes up. I am not able to create a site.

    Views

    687

    Likes

    0

    Replies

    1