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
Post a Comment