资 源 简 介
This projects brings dependency injection into your RAP application. For OSGi-based applications Eclipse Gemini Blueprint (Spring DM) provides the Spring concepts like beans, application context, etc.
The goal of this project is to allow clients to use these concepts with RAP applications without writing any glue code. Ideally, defining and wiring beans and contributing services is is sufficient to compose a full featured RAP application.
This approach improves testing capabilities with the help of IOC (inversion of control) where especially large applications can take benefit from.