My Musings
My recent blog posts, webinars and whitepapers. Mostly about technology and digital marketing.

Three AEM / DPS Tips
Three helpful tips on integrating Adobe Experience Manager and Adobe Digital Publishing Suite.

New in Apache Sling: FSClassLoader Console
In AEM 6.1, the default repository based ClassLoader was replaced with the new FSClassLoader (File System ClassLoader). This post talks about how this affects developers as well as introducing a new OSGi console to help developers debug issues in JSP development.

Changing User Passwords in AEM 6.1 via cURL
In AEM 6.1, the structure of the user accounts, this post hows how to change user passwords in AEM 6.1 via cURL.


New in AEM 6.1: Human Translation API
Learn about the new AEM Translation API v2 and the Lingotek Connector



AEM-Lingotek Translation Connector Webinar
Learn about the new AEM-Lingotek Connector developed by Six Dimensions.

Six Dimensions + Storycode = Mobile Success
Learn about how the combination of Six Dimensions and Storycode presents awesome opportunities in the combination of AEM and DPS.

Embedding Oak Index Configurations into a Package
AEM 6 ships with a new repository, CRX3 which is based on Apache Oak, a subproject of the Apache Jackrabbit project. This repository promises significant performance increases over CRX2, however it does require a bit more work to setup. Unlike CRX2, CRX3 requires you to explicitly declare which fields will be indexed.
404 ModifiableValueMap Not Found: Considerations in Using ModifiableValueMaps in an API
Running into a null pointer exception when using a ModifiableValueMap and not sure why? This blog post pulls back the covers and offers some alternative ideas.

Accessing Request Variables in Sightly
Shares a few approaches to accessing request variables in Sightly.