Re: [ANN] Sting v0.13 (Beta) release

2020-04-05 Thread Peter Donald
On Sun, Apr 5, 2020 at 7:55 PM foal wrote: > Does Sting support the GWT "Code Splitting"? > (http://www.gwtproject.org/doc/latest/DevGuideCodeSplitting.html), I tried to > migrate from GIN to the Dagger, but it was the main issue why I still use the > GIN. Sting does not do it much differently

Re: [ANN] Sting v0.13 (Beta) release

2020-04-05 Thread foal
Hi, Does Sting support the GWT "Code Splitting"? ( http://www.gwtproject.org/doc/latest/DevGuideCodeSplitting.html), I tried to migrate from GIN to the Dagger, but it was the main issue why I still use the GIN. With Dagger, I had tried to do the same as https://github.com/ibaca/gwt-dagger2-co

[ANN] Sting v0.13 (Beta) release

2020-03-30 Thread Peter Donald
Sting is a fast, easy to use, compile-time dependency injection toolkit. If you are familiar with Dagger, it is a replacement for Dagger that is more optimized for the web context and GWT/J2CL. We have been developing Sting for a while as we were not satisfied with existing solutions but we have r