-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
It would be beneficial if SSM supported Guice as an alternative to Spring. The
dependency injector library should be an add-on.
The primary challenge appears to be the use of AspectJ advices instead of
AOPAlliance's method interceptors. There is probably an adapter scheme, as
Spring supports both, so that Guice's AOPAlliance support can be leveraged. I
haven't figured out that detail, though.
Original issue reported on code.google.com by Ben.Manes@gmail.com on 29 Jun 2013 at 7:34