Guys,
Yesterday I talked to a couple of GWT folks at Devoxx, and I told them
about something we released open sourced. It's something that allows
you to use Spring in environments without support for reflection.
We made it for one of our projects based on Java ME, but several
people told me it could also be used in GWT.
Spring ME is hosted here:
http://springframework.me/
It supports:
• Property-based injection;
• Constructor-based injection;
• Injection of primitives, such as integers, booleans, etc.
• Injection of anonymous beans;
• Injection of beans based on references;
• Injection of lists;
• Init and destroy methods;
• Lazy initialization and eager initialization;
We didn't cut a release yet, because I think we need to clean up the
API a little. However, this stuff is working just fine for us at this
stage.
If there is anybody out there who feels like taking this and having
support for GWT as well, feel free to drop me a message, and I can
share some details.
Cheers,
Wilfred Springer