The OSGi Look

There’s life beyond JavaEE

Posts Tagged ‘eclipse rcp

Spring OSGi + Eclipse RCP Tutorial

leave a comment »

Ralf Elbert has just posted a tutorial explaining how to use Spring Dynamic Modules in an Eclipse RCP application:

Spring is not only a helpful framework for the server side, its “Spring Dynamic Modules for OSGi” can be beneficial for Eclipse RCP applications on the client side as well:

– Spring’s IoC container is the most well known implementation of dependency injection. As inversion of control and dependency injection are very general concepts for structuring software applications, you may want to use it to inject the dependencies of your UI and non-UI client-side components as well.

– Spring provides a bunch of general-purpose abstractions for other frameworks…

Read the complete tutorial here.

Written by fdiotalevi

July 30, 2009 at 6:51 pm

Posted in osgi, spring, tutorial

Tagged with , , ,