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
    Hi All,    I have created a workflow launcher with reverse replication for user generated content(/content/usergenerated). Newly created node is reverse replicating properly but the properties in the nodes are not reverse replicating properly. I am using the out of box form components and am just up...

    Views

    2.3K

    Likes

    0

    Replies

    4
  • 5/22/15
    As discussed in many seminars, using Sightly can make a project go better because it can provide a better separation between business logic and UI code, as well as allow traditional HTML/JS developers to help out on a project in an easier fashion. However, in some cases you must use JSPs for a proje...

    Views

    1.0K

    Likes

    0

    Replies

    0
  • 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

    671

    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

    646

    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

    773

    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

    539

    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.6K

    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

    6.0K

    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

    618

    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

    676

    Likes

    0

    Replies

    0