InfoQ survey

2015-04-01 Thread salk31
Anyone else seen this: http://www.infoq.com/research/javascript-frameworks-2015?utm_source=infoqresearch&utm_campaign=lr-homepage At the moment the survey is showing things like handlebars is more mature and offers more than GWT!? Am I being biased in thinking that jQuery is coming out so positi

New library to integrate any CSS framework with GWT

2015-04-01 Thread Ltearno
Hello Everyone, I come up here to let you know about a library i build, aiming at* integrating efficiently any CSS framework with GWT*. This allows your application to type-safely use *Sass, Less, Susy, GSS, vanilla css or any other*. >From the developper point of view, it *works almost the sa

Re: New library to integrate any CSS framework with GWT

2015-04-01 Thread Peter Donald
This is fantastic and something I have felt the need for. Looking forward to giving it a go. On Wed, Apr 1, 2015 at 8:08 PM, Ltearno wrote: > Hello Everyone, > > I come up here to let you know about a library i build, aiming at > integrating efficiently any CSS framework with GWT. > > This allows

Mapping POJO Class GWT

2015-04-01 Thread Łukasz Bączek
Hello, Do you know any solution for the automatic mapping pojo to GWT? I do not mean Hibernate. What I mean is that I have such class Window(http://docs.sencha.com/gxt/3.1/javadoc/index.html) and prepared a POJO that I wanted to map, Regards, -- You received this message because you are sub

Re: New library to integrate any CSS framework with GWT

2015-04-01 Thread David
Very interesting, great work! On Wed, Apr 1, 2015 at 12:29 PM, Peter Donald wrote: > This is fantastic and something I have felt the need for. Looking > forward to giving it a go. > > On Wed, Apr 1, 2015 at 8:08 PM, Ltearno wrote: > > Hello Everyone, > > > > I come up here to let you know about

Not Able to attach events on CellTable using native Javascript

2015-04-01 Thread Ramesh
Hi I am attaching events on cell table data using native javascript(jquery), but the events are not binding and what i have discovered is, If I use these along with setTimeout(..,1) function, the events are binded and working properly. This is the code i have used in UIBinder's java file.

Re: Many problems between GWT and LibreJs

2015-04-01 Thread Diego Ariel Capeletti
Hello, thank you very much for your help. Sorry, I do not speak very good English. I'm using GWT 2.6 with Netbeans on GNU / Linux. Just try what you say, GWT in Eclipse 2.7 because with Netbeans had trouble compiling it seems that GWT 2.7 is not supported in Netbeans. The test was successful. L

Re: New library to integrate any CSS framework with GWT

2015-04-01 Thread Vassilis Virvilis
What a terrible day (April fools) to announce such an interesting library. On Wed, Apr 1, 2015 at 3:43 PM, David wrote: > Very interesting, great work! > > On Wed, Apr 1, 2015 at 12:29 PM, Peter Donald > wrote: > >> This is fantastic and something I have felt the need for. Looking >> forward to

Re: New library to integrate any CSS framework with GWT

2015-04-01 Thread Arnaud TOURNIER
Yes, i just realized it was April fool's day !!! Really funny because it's been a long time i wanted to announce that, by coincidence it happens today :) I might re-announce it next week, just to kill the confusion ! Thanks ! Arnaud Le mer. 1 avr. 2015 à 16:24, Vassilis Virvilis a écrit : > W

gwt-tour not working

2015-04-01 Thread marian lux
I can't get gwt-tour working with my project. As described here https://github.com/eemi2010/Gwt-Tour and here http://eemi2010.github.io/gwt-tour/ I added in my pom.xml gwttour-mvn-repo https://raw.github.com/kerbymart/gwt-tour/mvn-repo/ true

Injecting JavaScript(JSNI) to Cell Table DOM

2015-04-01 Thread Abdullah
Hi, In my application i am using GWT Cell Table, for some of the Column Header i want to add tooltip.Column Header is created by using SafeHtml and Injecting JS to cell table header using JSNI. But that time the DOM is not creating and JavaScript is not attaching to the column Header for toolti

Any chance of an InterfaceGenerator overhaul to support GSS?

2015-04-01 Thread Abraham Lin
The GWT distribution currently contains an InterfaceGenerator tool for generating CssResource interfaces from a CSS source file; however, this tool is still using the old Flute parser and thus does not support CSS3 syntax. Is there any chance that this tool will be overhauled/ported to support