I have unsuccessfully tried to find any kind of documentation about using OSGi bundles as a Utility jars in a Websphere application.
I am writing some common classes to be used across the organisation which depend on some third party libraries like log4j, commons-lang etc. I would like to create an OSGi bundle for the utility which can be used by different websphere applications as utility jars like other dependent jars, but for this one I wouldn't need to add its dependent jars to every application that uses the utility I am creating.
I have found OSGi tutorials, but nothing about using them in simple websphere app.
How can I achieve this? Are there any tutorials or documentation that will guide me in how to do this?