Re: GWT Polymer

2017-04-21 Thread harshyadav
Thanks a lot Manuel. We use gwt polymer elements heavily and look forward for its future development. I would be happy to contribute in the best of my abilities: mainly testing and reporting. Regards, Harsh Yadav On Friday, April 21, 2017 at 3:10:06 PM UTC-4, Manuel Carrasco wrote: > > Hi

GWT Polymer

2017-04-21 Thread Manuel Carrasco Moñino
Hi all, >From today, Vaadin has transferred the ownership of the gwt-polymer-elements and gwt-api-generator libraries to me. https://github.com/manolo/gwt-polymer-elements/ https://github.com/manolo/gwt-api-generator/ Vaadin decision is based on encouraging communities to maintain polymer

Re: GWT/Maven development cycle takes much too long

2017-04-21 Thread Juan Pablo Gardella
I suggest to make a POC using https://github.com/tbroyer/gwt-maven-archetypes/ archetype, using modular-webapp. On Fri, 21 Apr 2017 at 14:38 Magnus wrote: > >>> So, "mvn package" should Just Work™ (package the lib, then package the >> app using the lib's jar). >> > >

Re: GWT/Maven development cycle takes much too long

2017-04-21 Thread Magnus
> > >> So, "mvn package" should Just Work™ (package the lib, then package the > app using the lib's jar). > Yes, works! > "mvn gwt:devmode" and "mvn gwt:codeserver" should work without too much > configuration (configure warDir/launcherDir, possibly projects/modules) > Actually, it gives

Re: GWT/Maven development cycle takes much too long

2017-04-21 Thread Thomas Broyer
On Friday, April 21, 2017 at 5:58:58 PM UTC+2, Magnus wrote: > > Hi Thomas, > > I already have started to play with a reactor. Below is my top-level > pom.xml. But where to go from here? > What are the mvn commands to build everything on the top-level? If "mvn > install" isn't needed anymore,

Re: GWT/Maven development cycle takes much too long

2017-04-21 Thread Magnus
Hi Thomas, I already have started to play with a reactor. Below is my top-level pom.xml. But where to go from here? What are the mvn commands to build everything on the top-level? If "mvn install" isn't needed anymore, how does the app project see the library? This is also the point with the

Re: Trying to run Super Dev Mode, but getting "Sorry, the GWT Developer Plugin no longer works with Chrome"

2017-04-21 Thread Brandon Donnelson
I notice you're using the older GPE plugin, I'll suggest jumping to the new GWT Eclipse Plugin. It's wired up to handle the switches for super dev mode. On Thursday, April 20, 2017 at 1:45:06 AM UTC-7, gitzzz87 wrote: > > Check the flag > > > > четверг, 20 апреля 2017 г., 6:07:41 UTC+7

Re: GWT Editor with Custom Composites

2017-04-21 Thread Thomas Broyer
On Wednesday, April 19, 2017 at 8:19:52 PM UTC+2, harshyadav wrote: > > Hi, > > I am trying to use the GWT editor framework to support data binding in my > application. While implementing it I ran into a few issues and have a > couple of questions regarding the same: > > 1) Some of these

Replacing StorageImpl with itself?

2017-04-21 Thread Thomas Broyer
This rule overrides the "built-in" one that replaces StorageImpl with StorageImplNonNativeEvents. It wouldn't be needed if that other rule hadn't existed. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop

Replacing StorageImpl with itself?

2017-04-21 Thread Edward Scott
hello - I am looking for some insight into what might be going on with the workaround to Wrong LocalStorage event fire #9205 , an issue raised about a year and a half ago. I have observed the behavior described in the issue. I have also followed