hi,

Dynamic imports are there as a mechanism of integrating legacy code in
to the OSGI environment. Ideally we should only use dynamic imports in
a scenario where code like "Class.forName() " is used. When we use
dynamic imports to solve our other problems, we ignore the true
capabilities of OSGI. once dynamic imports are there - no versioning,
there is only one flat classpath.

However getting rid of dynamic imports will need some effort since
most of the components use that.

--Pradeep
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to