vipx / google-guice

Automatically exported from code.google.com/p/google-guice
Apache License 2.0
0 stars 0 forks source link

Update SpringComparison: Spring 2.1 Java configuration #110

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As described here:
- http://tinyurl.com/2zx66s
- http://tinyurl.com/2dm6vo

It's hard to follow what the Spring guys are doing in this space. There's
also the previous (but still active) Spring Java config effort that looks
like the XML rewritten in Java. And then there's also this:
http://sannotations.sourceforge.net/

The latest syntax as described in the blog posts above is more Guice-style,
but still doesn't look as flexible or type safe (@Named style) as Guice.

Original issue reported on code.google.com by robbie.v...@gmail.com on 29 May 2007 at 3:07

GoogleCodeExporter commented 9 years ago
Just to clarify, with @Named style I meant that the new Spring config uses a 
concept
that looks equivalent to @Named in Guice.

Original comment by robbie.v...@gmail.com on 29 May 2007 at 5:40

GoogleCodeExporter commented 9 years ago

Original comment by limpbizkit on 8 Jun 2008 at 11:25

GoogleCodeExporter commented 9 years ago
Wow, I didn't know this ticket was still there. In the meanwhile I kind of did 
this 
myself:
http://code.google.com/p/garbagecollected/wiki/GuicySpring
and
http://code.google.com/p/garbagecollected/wiki/SpringAndGuiceErrors

Cheers
Robbie

Original comment by robbie.v...@gmail.com on 8 Jun 2008 at 11:34

GoogleCodeExporter commented 9 years ago
Just read Robbie's posts!

Original comment by limpbizkit on 9 Jun 2008 at 4:44