-
Notifications
You must be signed in to change notification settings - Fork 8
Home
MeTTeO edited this page Mar 14, 2018
·
16 revisions
GIN (GWT INjection) brings automatic dependency injection to GWT Project client-side code. GIN is built on top of Guice and uses (a subset of) Guice's binding language. (See Guice Compatibility for details.) By using GWT's compile-time Generator
support, GIN has little-to-no runtime overhead compared to manual DI.
GIN 2.1.2 requires GWT 2.5+ and Guice 3.0.
GIN is substantially feature-complete, well-tested, and in production use by many teams at Google. GIN 2.1.2 was released in November 2013. You can download the release, check out the source and build (ant dist
) or add a dependency if you use maven.
Want to get started using GIN? Take a look at the Gin Tutorial and see the code samples and demos: simple, HigherLower