Archive for June, 2011

Implementing an OSGi service on Felix, Maven and Eclipse

Monday, June 20th, 2011

Implementing an OSGi service using Maven isn’t hard, but there are a bunch of little pieces to pull together the first time through the process. Let’s create a SlingPostProcessor. A SlingPostProcessor is called by Sling just before POSTed changes are written into the repository. It provides a mechanism for validating what goes into the repository. […]

CRX Access Control Basics

Sunday, June 12th, 2011

CRX is a content repository built by Day Software, now Adobe. It’s a fascinating product, consisting of a few major pieces of software working together to provide a whole new way of building web apps. At its core is Jackrabbit, a Java content repository with no web interface. On top of JackRabbit is Sling, a […]