Hello,
I'd like to know if there a recommendation/best practice for when to
use a Component Factory over a POJO factory registered as a service?

I have a POJO factory for creating JMS connection factories that is
registered as a service. This service is consumed by another bundle
that is responsible for reading config data and then using the service
to create factories.

I was considering turning this POJO into a Component Factory and I'd
like to know if it makes sense to do so and/or what to consider to
make this decision.

Also, I have not seen a way to use a Component Factory without (at
some point) creating a dependency to osgi.  Is it possible to avoid
this?


Thanks,
T
_______________________________________________
OSGi Developer Mail List
osgi-dev@mail.osgi.org
https://mail.osgi.org/mailman/listinfo/osgi-dev

Reply via email to