Re: JsInterop - Collection of native Interfaces

2015-11-09 Thread Cristian Rinaldi
David: Most of the native code(JSNI), I used to object instantiation, now, in this change I eliminated almost all code except some constructors. I changed a lot of the Promise. And I uploaded a test project called gwt-playground . El

Re: JsInterop - Collection of native Interfaces

2015-11-08 Thread Cristian Rinaldi
Hello David: I am working on the same thing. Some time ago, I went to GitHub project, and now I have given support to the last update of annotations. I think that all these projects have the end what will Elemental 2.0, but for now, are the

JsInterop - Collection of native Interfaces

2015-11-08 Thread David Preindl
Hi! I'm currently playing around with new JsInterop system (based on current GWT 2.8.0-SNAPSHOT) and one thing I really missed was a collection of JsInterop interfaces - so I started to create my own. The current state (which is VERY limited and not even fully tested) can be found on github -

Re: JsInterop - Collection of native Interfaces

2015-11-08 Thread David Preindl
Hi Cristian! Thanks for your answer. I've already seen your project some time ago and when I last checked I it seems I missed your *NewJsInterop *branch. In fact it looks quite similar (you have some classes/methods I don't have and the other way around)... - In some cases you still use JSNI -