Re: [gwt-contrib] Re: SDM + gin + generated GinModule not working well together

2014-11-26 Thread Nicolas Morel
Thanks for the patch, it works on the hello world project I made. However, it is still not enough for the bigger project I'm working on. I'll try to investigate and determine what's going on or reproduce it via a more complex example. Le vendredi 21 novembre 2014 00:04:03 UTC+1, John Stalcup

Re: [gwt-contrib] Re: SDM + gin + generated GinModule not working well together

2014-11-20 Thread 'John Stalcup' via GWT Contributors
Though we do not make a promise to process GWT.create() of entry point types before any other GWT.create() calls, it was easy to restore this behavior in incremental, so I went ahead and did it ( https://gwt-review.googlesource.com/#/c/10410/). You should probably find a way not to depend on this

[gwt-contrib] Re: SDM + gin + generated GinModule not working well together

2014-11-17 Thread confile
I can confirm that this problem occurs to me too. Michael Am Sonntag, 16. November 2014 21:56:20 UTC+1 schrieb Nicolas Morel: Hi, I'm currently testing GWT 2.7.0-rc1 and one of my project using GWTP Rest-Dispatch https://github.com/ArcBees/GWTP/wiki/Rest-Dispatch is not working under

[gwt-contrib] Re: SDM + gin + generated GinModule not working well together

2014-11-17 Thread Christopher Viel
Hi, I'm gonna add some more background here. The generator generates a bunch of file and binds the interfaces using GIN. I would't say this is strictly necessary, but it brings the advantages of DI to the generated code. So we have an Entry Point that is an interface and a rebind rule.