Hi,
I am very new to OSGi. Actually I just bumped into Apache Felix by chance... I have started working on DAY CQ, which is built on JCR (JSR170) and uses Apache Felix to expose the services from all the vendor APIs and some of the 3rd party APIs. Now, being a total novice to this technology, I could not find a way to create a new OSGi bundle which will house a 3rd party API, (in my case, JDOM jar), and can be exposed so that I can use JDOM in my code.
It would be really helpful if someone could help me out with a way to do this.
The Web framework being used in this DAY framework is Apache Sling.
Thanks in Advance!