Creating OSGi for utility jar and using it with Websphere EAR -


i have unsuccessfully tried find kind of documentation using osgi bundles utility jars in websphere application.

i writing common classes used across organisation depend on third party libraries log4j, commons-lang etc. create osgi bundle utility can used different websphere applications utility jars other dependent jars, 1 wouldn't need add dependent jars every application uses utility creating.

i have found osgi tutorials, nothing using them in simple websphere app.

how can achieve this? there tutorials or documentation guide me in how this?

likely need maven , build jars dependencies: how can create executable jar dependencies using maven?


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -