Just as a side-note, why has Guice 2.0 gotten so fat? Guice 1.0 was 540k. Guice 2.0 is 950k. Seems a bit excessive for a DI framework. If Guice was my only dependency I wouldn't worry so much but this is part of a growing pattern, the total of all my dependencies has grown into the multi-megabytes. This makes life difficult for desktop applications...
This discussion is somewhat related to unbundling CGLIB from Guice because my project already has it as an external dependency. And surprisingly, CGLIB is itself a fat library compared to ASM... ASM does a lot of difficult work compared to CGLIB which makes you wonder why the latter is 3x larger! Gili On Oct 24, 2:30 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I've tagged a new snapshot and uploaded new binaries for a new > prerelease. This is an unpolished early version of Guice 2. In > addition to some fixing some v1 bugs, this snapshot includes early > versions of the new SPI, provider methods, multibindings, child > injectors, and private modules. The .zip includes the guice jar, > extension jars, javadoc, and source jars: > > http://google-guice.googlecode.com/files/guice-snapshot20081016.zip > > -- > > browse > source:http://code.google.com/p/google-guice/source/browse/tags/snapshot2008... > download > source:http://google-guice.googlecode.com/files/guice-snapshot20081016-src.zip > v2 overview:http://code.google.com/p/google-guice/wiki/Guice2 > v2 > bugs:http://code.google.com/p/google-guice/issues/list?q=label:Milestone-R... > > Disclaimer: The APIs in this snapshot will change before Guice 2.0 > final is released. There are known bugs in the release. But it is safe > to use (and we're using it internally). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-guice?hl=en -~----------~----~----~----~------~----~------~--~---
