Hello everybody,
I am new to Sigmah project, but I have worked with GWT a lot, and I wanted sigmah developers opinion on dependency injection using GIN.
I noticed that Sigmah makes use of GIN heavily, and there some recommendations against it:
- GIN is not maintained anymore, GWT people recommend using Dagger ( available only for GWT 2.8)
- the compile time is longer
- When I tried to launch dev mode, some NPE where thrown by GIN
- annotations are hanging everywhere
Now it is possible to launch the devmode.
What do you think? is removing GIN a good thing?