Skip to main content

Posts Tagged ‘Apache Felix’

Rebuilding 1

3 Gotchas in Migrating from Felix SCR to OSGi R6 Annotations

If you are on or considering upgrading to AEM 6.3+ and not already migrating to the OSGi R6 DS annotations, you need to start! These annotations are the officially supported method of defining OSGi Services, Components and Configurations and should be used on any new AEM development. Getting older codebases upgraded, however can be a […]

Packaging

How to Incorporate Front End Builds into OSGi Bundles

The Sling Content Loader allows for creating OSGi bundles which contain content loaded into the Sling Repository. This works well for static content but doesn’t work so well for dynamic content. This includes when using modern Front End development tools to compile and minify Sass / JS, especially when integrating with the Maven build process. Among the challenges are:   Invoking the […]

Istock 593309604 Featured Image 1

AEM 6.3: Handling Feelings of Deprecation

Have you noticed new warnings showing up on your JSONObject? Have your Felix SCR Annotations not been looking quite right? If so, you may have a case of AEM 6.3.     AEM 6.3 is the latest version of Adobe Experience Manager. While this new version comes with some great new features such as Content […]

Desktop (1)

Clearing AEM’s JSP Cache in your Jenkins Build

AEM really likes caching you compiled JSPs. This can be a problem as you are developing code, especially when working on dependencies. Every so often you may forget to include a dependency in a bundle or include the wrong version. Because of AEM’s JSP caching, even after fixing your dependency, you may see something like […]