Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] DS annotation builder plug-in for the PDE

Hi,

as you may know, the upcoming OSGi R5 specification (http://www.osgi.org/download/osgi.enterprise-5.0.0-pfd.pdf) contains a set of Declarative Services Annotations that can be used to generate the component description at build time. This approach significantly simplifies the development of service components. To support this approach in the PDE, I recently implemented a PDE annotation builder plugin (see http://drupal.gerd-wuetherich.de/pde-annotation-builder-en.html), based on some work Nils Hartmann and Frank Schlüter did before. This plugin provides a custom builder that generates component descriptions by traversing the ASTs of all source files that are contained in a PDE project.

The plugin works quit nice, and from my POV it would be a valuable extension for the PDE. So my question is if there is any interest/possibility to contibute the plugin the PDE project? It already is open source and licensed under the EPL (Git-Repository: https://github.com/wuetherich/ds-annotation-builder). 

Regards,
Gerd Wütherich


Back to the top