Setting up Felix HttpService

Well, every once in a year it is good to try to code something and not just write BS docs. Well as usual this time I am monkeying with getting a webapp running inside the Felix OSGI container. So what is the problem? Well, First off, the documentation just says to download the Felix HttpService […]

Read More Setting up Felix HttpService

bundles, services, …

So I have progressed some more with my wonderings about the wonders of OSGI and implementing some basic stuff. First off, I had a number of services I wanted to implement. I started with a number of bundles each implementing a service of its own. Making these work together was problematic in Felix due to […]

Read More bundles, services, …