Re: Launching Super Dev Mode Taking almost 5 minute

2015-08-18 Thread avsgi09
I have a set of .gwt.xml modules with some inheritance betwen them. I followed the gwtp-carstore sample from the gwtp framework; basically try to minimize the iterations (be careful with tje i18n) in a "Debug.gwt.xml" kind of module file Mohammed Sameen wrote: >HicurrentlyIupgradedmyapplicatio

(modern) chart system for GWT

2015-08-18 Thread Luca Morettoni
Hello, in my GWT app to render some dynamics chart on client side I used "Client Side GChart" project [1], everything work fine, but we're going to "refresh" the application user interface and we like to have a more "fresh" and "modern" chart system. The structure of the project requires: • the re

Re: (modern) chart system for GWT

2015-08-18 Thread Alain Ekambi
We used Ext JS charts. With our own wrapper. GXT also have a nice charting package. Also have a look at Vaadin. They wrap highchart GWT material charting looks promising too On 18 Aug 2015 09:31, "Luca Morettoni" wrote: > Hello, in my GWT app to render some dynamics chart on client side I > us

Re: Architecture of adding 'pure html/js' to client side?

2015-08-18 Thread funkforce
I am a bit surprised that none have added large chunks of html/js as an independent part of the application and are willing to sharewell well... On Wednesday, August 12, 2015 at 10:34:52 AM UTC+2, funkforce wrote: > > We have a GWT application coded in java on the client. There is no ui >

Re: (modern) chart system for GWT

2015-08-18 Thread Vassilis Virvilis
How about D3 http://d3js.org/ There is a gwt wrapper gwt-d3 https://github.com/gwtd3 Vassilis On Tue, Aug 18, 2015 at 10:37 AM, Alain Ekambi wrote: > We used Ext JS charts. With our own wrapper. > > GXT also have a nice charting package. > > Also have a look at Vaadin. They wrap highchart

Re: GWT & Dagger 2

2015-08-18 Thread Roger Küng
On Tuesday, February 24, 2015 at 4:36:24 PM UTC+1, Jens wrote: > > > What's the best way to include your PR ( >> https://github.com/google/dagger/pull/119) in a project? >> > > Its a branch in my dagger fork that you can simply build and install into > your local repo: https://github.com/jnehlme

Re: GWT & Dagger 2

2015-08-18 Thread Jens
> > Could you please be a little more precise? I didn't manage to install the > fork, and since the pull request still hasn't been accepted it would be > great if you could elaborate more on this. > Since my fork is already 6 month old and I haven't rebased my changes yet it is probably best i

Re: Architecture of adding 'pure html/js' to client side?

2015-08-18 Thread Ignacio Baca Moreno-Torres
But I not sure how this is related to GWT, specially if you want it to be independent. We added the swagger ui ( https://github.com/swagger-api/swagger-ui) in some projects and we just add the dist forlder into the war (webapp folder if you are using maven). You can add links to this htmls using an

Strange behavior today with Visualization DataTable - headings always appear in front

2015-08-18 Thread Karl Moss
I'm using the Visualization DataTable. Starting this morning, all DataTable headings appear in front of any panels moved over them (such as a DialogBox). I'm not sure what has changed. Any ideas? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit"

Re: Chrome and SEVERE: CLIENT EXCEPTION: com.google.gwt.user.client.rpc.StatusCodeException: 0

2015-08-18 Thread Mandy Shen
Looks like clearing browser cache can stop the problem from happening for some time (about an hour). Any idea? Chrome 43 was fine. IE and FF are fine. On Monday, August 17, 2015 at 10:18:21 PM UTC-7, Mandy Shen wrote: > > We start seeing the following stack trace very often with Chrome version >

Re: Chrome and SEVERE: CLIENT EXCEPTION: com.google.gwt.user.client.rpc.StatusCodeException: 0

2015-08-18 Thread Jens
The exception means that your Browser can't reach your server. It does not get a server response with a HTTP status code and thus "0" is used. I would guess its an issue with your server, network or DNS. -- J. -- You received this message because you are subscribed to the Google Groups "Googl

Re: What is planned release date for GWT 2.8 (with lambdas) ?

2015-08-18 Thread Slava Pankov
@Jens > Some days ago in IRC and proposed that GWT should do regular releases from the CI server that do not have "-SNAPSHOT" in their names and have a slightly different version number, e.g. .. These CI releases could probably also be done after Google had tested the build against all their int

Re: Chrome and SEVERE: CLIENT EXCEPTION: com.google.gwt.user.client.rpc.StatusCodeException: 0

2015-08-18 Thread Mandy Shen
Thanks for the reply. This error happens intermittently (and very often) while there is definitely no problem with network connections. It starts after upgrading to Chrome version 44. Clearing browser cache can stop the problem from happening for a while (about an hour), then it happens again v