Pages Tagged with "OSGi"

Markdown in AEM with Flexmark

Unfortunately, AEM did not provide a mechanism to interact with Markdown content, nor were any of the Java markdown libraries compatible with OSGi. Recently, I worked with the Flexmark team to produce an OSGi bundle version of the Flexmark markdown library.

/posts/2018/08/markdown-aem-flexmark.html
Anatomy of the Ideal Background Job

I've seen and written a lot of background jobs in my career and in my experience, they are most common culprits to hard-to-diagnose issues in website operations. This is why, with background jobs, it's even more important than your standard component code to ensure the job executes successfully.

/posts/2018/08/anatomy-ideal-background-job.html
How to Incorporate Front End Builds into OSGi Bundles

Shows how to integrate Front End built tools into an Apache Maven based OSGi Bundle build process

/posts/2018/01/incorporating-front-end-builds-osgi-bundle.html
3 Gotchas in Migrating from Felix SCR to OSGi R6 Annotations

If you use AEM 6.3+ you should be using the OSGi R6 DS Annotations, but how do you avoid gotchas when upgrading old projects?

/posts/2018/05/3-gotchas-migrating-felix-scr-osgi-r6-annotations.html
OSGi HTTP Whiteboard Servlets

What are OSGi HTTP Whiteboard Servlets and could they be useful for your project? Find the answers here!

/posts/2023/01/osgi-http-whiteboard-servers.html