El 22/11/11 16:02, Yuri Z escribió: > I already tried to introduce Gin into client side, but gave up cause it > requires to replace the hand made injection with Gin based one and this is > too much effort over large number of classes.
I agree, but, it's a effort comparable to the effort we (and probably any other GWT app that integrates Wiab) have to do with custom changes (and the worst, maintain from version to version). For me, gin, can be useful by now only to the top level (WebClient and similar) to make a refactorization of that code. Also if we see that can be interesting in other parts in the future, but not now, and far from undercurrent. This will autodocument what should be singletons and what can be multiple instances (I suppose that WavePanels) and to allow an easy reuse of that objects in other applications. But yes, we can also do it manually if we finally decided so... Thomas Wrobel talked about js and mobile, well, I was asking myself if we can reuse our client code with: http://code.google.com/p/gwtmobile/ http://bit.ly/tGh0Wk because it generates multi-platform apps (android, iphone, bberry, etc) (well we need before a better websocket or similar support). Maybe at the end it's not possible technically, but sounds attractive to me. Bests, -- Vicente J. Ruiz Jurado http://comunes.org http://ourproject.org http://homes.ourproject.org/~vjrj/blog (@vjrj) "History will judge us either for our activism or apathy. The choice is ours, but the impact is on our children." [@lcranston1939 (Lamont Cranston)]