Implementing an OSGi service on Felix, Maven and Eclipse
Monday, June 20th, 2011Implementing 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. […]