cancel
Showing results for 
Search instead for 
Did you mean: 

[Heads up] Rest API support in OSGi

gnodet
Champ in-the-making
Champ in-the-making
Continuing on the OSGi side, i've added a new maven module named activiti-osgi-rest.
This module is an OSGi Web Archive, meaning it's both an OSGi bundle and a Web Application.  Any compliant OSGi Web Application extender should be able to pick it up and launch it.  The main differences wrt the activiti-webapp-rest module is the fact that most of the libraries have to be deployed as OSGi bundles instead of being included in the web archive itself.
I'll try to add some integration tests for all the OSGi bits to make sure things are not broken in the future.
2 REPLIES 2

gnodet
Champ in-the-making
Champ in-the-making
Btw, that's one of the reason why I've asked for upgrading abdera, because the 1.1.x line comes with OSGi metadata (though being a bit broken and i've submitted a patch to fix those metadata).

jbarrez
Star Contributor
Star Contributor
Nice work, even if I don't speak OSGI (yet).
I must definitely look into it to understand whats happening 🙂