Re: server push example with GWT?

2015-06-02 Thread Joseph Gardi
Check out errai bus. it worked great for me. On Monday, June 1, 2015 at 2:14:54 PM UTC-4, Edward Montgomery wrote: > > Can anyone point me to a tutorial or example of how to implement server > push with a GWT application? > > Is this typically done by somehow matching a JavaScript socket on one e

Re: help! maven gwt plugin - "All Codehaus services have now been terminated."

2015-06-02 Thread Thomas Broyer
On Tuesday, June 2, 2015 at 11:12:50 AM UTC+2, stuckagain wrote: > > The docs point back to codehaus. > I know, and they didn't migrate the website (well, only part of it, to www.mojohaus.org). I announced on the gwt-maven-plugin forum that I wouldn't deal with the migration myself, so someone

freeze pane in gwt

2015-06-02 Thread Mabs
Hi, Is it possible to freeze or lock columns inside gwt tables? Will it be a good idea to use any jquery solution (like datatables) to implement freeze pane in gwt? thanks Mabs -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To un

Re: Where is GWT Elemental?

2015-06-02 Thread Jens
Yes its just the stuff in the elemental directory when you checkout the gwt project. When you run "ant elemental" the remaining stuff will be generated and packed into the gwt-elemental.jar. You might want to consider using JsInterop + GWT 2.8 instead of elemental. -- J. -- You received this

Re: help! maven gwt plugin - "All Codehaus services have now been terminated."

2015-06-02 Thread David
The docs point back to codehaus. On Mon, Jun 1, 2015 at 11:22 PM, Thomas Broyer wrote: > The code is (and has for years) hosted at > https://github.com/gwt-maven-plugin/gwt-maven-plugin and the mailing list > at https://groups.google.com/d/forum/codehaus-mojo-gwt-maven-plugin-users > > -- > You