./wip/gin, GIN is Guice for Google Web Toolkit client-side code

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.5, Package name: gin-1.5, Maintainer: ryoon

GIN (GWT INjection) brings automatic dependency injection to Google
Web Toolkit client-side code. GIN is built on top of Guice and uses
(a subset of) Guice's binding language. By using GWT's compile-time
Generator support, GIN has little-to-no runtime overhead compared
to manual DI.


Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: cde394d111b3af798935ab5391da79ef3173c8cb
Filesize: 1030.921 KB

Version history: (Expand)


CVS history: (Expand)


   2012-09-29 02:50:33 by Aleksej Saushev | Files touched by this commit (158)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-05-13 09:59:06 by Ryo ONODERA | Files touched by this commit (4) | Imported package
Log message:
Import gin-1.5 as wip/gin.

GIN (GWT INjection) brings automatic dependency injection to Google
Web Toolkit client-side code. GIN is built on top of Guice and uses
(a subset of) Guice's binding language. By using GWT's compile-time
Generator support, GIN has little-to-no runtime overhead compared
to manual DI.

This package is not tested yet.
Please improve it freely.