does Riena work with Guice, i.e., could I use Guice for dependency injection instead of Riena's own DI mechanism?
I know the advantages of Riena's DI mechanism as defined at wiki.eclipse.org/Riena_Getting_Started_with_injecting_services_and_extensions :
Quote:
code-based, i.e. no XML configuration files
fluent interfaces
conventions that simplify the injection definitions.
As I see it, Guice fulfills these requirements pretty well. What would be the disadvantages of Guice in a Riena context? I'm sure there are good reasons why Riena has its own DI.