1.

What Is The Difference Between Blueprint And Spring Dependency Injection Frameworks?

Answer»

When new dependencies are introduced in blueprint through XML SCHEMA namespaces, blueprint has the capability to resolve these dependencies automatically at run time. By contrast, when packaging the project as an OSGI bundle, SPRING expects developer to add new dependencies explicitly to the maven-bundle-plugin configuration.

When new dependencies are introduced in blueprint through XML schema namespaces, blueprint has the capability to resolve these dependencies automatically at run time. By contrast, when packaging the project as an OSGi bundle, spring expects developer to add new dependencies explicitly to the maven-bundle-plugin configuration.



Discussion

No Comment Found