Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cf-dev] OSGi support for Scandium, Elements-Connector

Hmmm, that's certainly another option. So far we have been doing this for element-connector. But you are right, we could also use this approach for the scandium packages. However, this would mean that californium-osgi would _always_ include scandium and, in particular, it would also mean that the plain californium.jar behaves differently from californium-osgi.jar in that it requires element-connector and (optionally) the scandium.jar to work. But this, on the other hand, could actually be the reason why we would have a separate californium-osgi sub-module in the first place... because it is _not_ the same as californium.jar :-) Any other thoughts? If not, I'd actually rather suggest I include Scnadium in the californium-osgi bundle as well ...

Regards,
Kai
________________________________________
From: cf-dev-bounces@xxxxxxxxxxx [cf-dev-bounces@xxxxxxxxxxx] on behalf of Kovatsch  Matthias [kovatsch@xxxxxxxxxxx]
Sent: Tuesday, October 14, 2014 7:08 PM
To: Californium (Cf) developer discussions
Subject: Re: [cf-dev] OSGi support for Scandium, Elements-Connector

No objections. I was just wondering, why the libraries also need to be OSGi bundles. Are they loaded dynamically and individually? I thought all (static) dependencies would simply be included in the Californium bundle...

Ciao
Matthias

> -----Original Message-----
> From: cf-dev-bounces@xxxxxxxxxxx [mailto:cf-dev-bounces@xxxxxxxxxxx] On
> Behalf Of Hudalla Kai
> Sent: Montag, 13. Oktober 2014 20:54
> To: cf-dev@xxxxxxxxxxx
> Subject: [cf-dev] OSGi support for Scandium, Elements-Connector
>
> Guys,
>
> I would like to add OSGi support to Scandium and Elements-Connector so
> that they can be deployed to OSGi frameworks.
> This merely means that I add Maven Bundle Plugin to the build in order to
> generate OSGi specific entries in the Manifest.mf file.
> In particular, this is necessary in order to make Leshan usable in OSGi.
> Any objections?
>
> Regards,
> Kai
> _______________________________________________
> cf-dev mailing list
> cf-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit https://dev.eclipse.org/mailman/listinfo/cf-dev
_______________________________________________
cf-dev mailing list
cf-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cf-dev


Back to the top