Re: Issues with GWT Eclipse Plugin and Eclise Oxygen 1.a

2017-10-13 Thread Brandon Donnelson
The fix is getting pushed up to the GWT Eclipse Plugin snapshot and release now. On Friday, October 13, 2017 at 11:18:47 AM UTC-7, Brandon Donnelson wrote: > > I'm working on the issue for the GWT Eclipse Plugin. It's fixed in a later > version. The Eclipse API has had a regression. > > On

Re: Issues with GWT Eclipse Plugin and Eclise Oxygen 1.a

2017-10-13 Thread Brandon Donnelson
I'm working on the issue for the GWT Eclipse Plugin. It's fixed in a later version. The Eclipse API has had a regression. On Friday, October 13, 2017 at 4:16:53 AM UTC-7, Sebastian wrote: > > I too use the new GWT Plugin, not the deprecated Google one. > I had to downgrade Eclipse to be able

Re: GWT MVP Frameworks

2017-10-13 Thread Subhrajyoti Moitra
https://github.com/Axellience/vue-gwt Vue+Gwt On Fri, Oct 13, 2017 at 9:09 PM, hy wrote: > Errai Framework is awesome, and we are using parts of it (like jaxrs); > however its too much focussed on javaee specific development (which is > great btw but too heavy for

Re: GWT MVP Frameworks

2017-10-13 Thread hy
Errai Framework is awesome, and we are using parts of it (like jaxrs); however its too much focussed on javaee specific development (which is great btw but too heavy for general and ever-evolving use-cases and has a steep learning curve viz. custom CDI/IOC). mvp4g

Re: Exposing GWT components based on Elemental2 to TypeScript ?

2017-10-13 Thread David
Yes indeed, JsInterop and Elemental2 are really the building stones of what we can do in the future. So there is already a lot that can be done before J2CL is released and integrated. I think it is a good idea that all the components that might be migrated are indeed modernized. When I see how

Re: GWT MVP Frameworks

2017-10-13 Thread David
I'm also depending on GWTP for my projects. It would be nice if it somehow got migrated to Dagger, but I guess the company behind it stopped doing GWT work. I'm considering moving to a mix of GWT with Vue.js in combination with Vue-routing. On Fri, Oct 13, 2017 at 4:14 PM Subhrajyoti Moitra

Re: GWT MVP Frameworks

2017-10-13 Thread Subhrajyoti Moitra
U can try http://erraiframework.org/ or https://github.com/mvp4g/mvp4g as alternatives. On Fri, Oct 13, 2017 at 7:30 PM, hy wrote: > Is anyone using any GWT MVP based framework? > > We have been using GWTP, however the development on it seems to be stalled > and it still

GWT MVP Frameworks

2017-10-13 Thread hy
Is anyone using any GWT MVP based framework? We have been using GWTP, however the development on it seems to be stalled and it still depends on GIN, which is also not under active development. GWTP is extremely powerful, however a lack of investment in it recently has been concerning for us

Re: Custom Events and Elements with Elemental 2

2017-10-13 Thread Thomas Broyer
Web Components require using ES2015 class syntax, so you would need some trickery make them work from GWT (see https://github.com/webcomponents/custom-elements#es5-vs-es2015 or https://github.com/webcomponents/webcomponentsjs#custom-elements-es5-adapterjs) At least this is the theory… On

Re: Issues with GWT Eclipse Plugin and Eclise Oxygen 1.a

2017-10-13 Thread Sebastian
I too use the new GWT Plugin, not the deprecated Google one. I had to downgrade Eclipse to be able to work and don't remember the exact complete stack trace, but the top was certainly something like

Re: Custom Events and Elements with Elemental 2

2017-10-13 Thread nikola
Thanks for the link.. But I can't see what I was looking for.. Can someone please create and register custom web component using only elemental 2. e.g that says "hello from shadow DOM!". Cause I'm not able to do it or find working example .. at least without losing whole week on it... Thanks

Re: Issues with GWT Eclipse Plugin and Eclise Oxygen 1.a

2017-10-13 Thread Jens
> The GWT Eclipse plugin is the one that is having issues. Does the Cloud > Tools for Eclipse include GWT? > No. The Google Eclipse Plugin (deprecated) has been split up into two separate plugins. The Cloud Tools Plugin does not contain any GWT stuff. -- J. -- You received this message