Re: Removing the SuperDevMode code server prompt

2015-09-28 Thread Jens


> That sounds like what I have been after.  I can't see that feature in the 
> 2.7.0 download - is it in the 2.8 builds?
>

I would say so as I use it and never had an issue with any prompts.

-- J.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Errors migrating to GWT 2.7.0 . Can someone please help me ?

2015-09-28 Thread Srinivasarao Makkena

I could get past it by removing *.gwtar from gwt-user-2.5.0.jar which are 
supposed to be loaded by gwt for increased performance.
Along with it removed gwt-Unit cache and complied...it rebuilt entire jar 
and worked fine.
--sri


On Thursday, February 12, 2015 at 11:08:07 PM UTC, Jens wrote:
>
> Its a JVM parameter for defining a system property and not a GWT 
> compiler/DevMode parameter.
>
> -- J.
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Removing the SuperDevMode code server prompt

2015-09-28 Thread Thomas Broyer


On Monday, September 28, 2015 at 10:23:18 AM UTC+2, Jens wrote:
>
>
> That sounds like what I have been after.  I can't see that feature in the 
>> 2.7.0 download - is it in the 2.8 builds?
>>
>
> I would say so as I use it and never had an issue with any prompts.
>

Actually no. It is in 2.7 [1], and has since been made synchronous [2] (so 
you possibly wait a little longer).

But if you're using CodeServer rather than DevMode, you have to wait before 
loading the page; that code is only about enabling the "Launch Default 
Browser" and "Copy to Clipboard" buttons in the DevMode UI.

[1] 
https://github.com/gwtproject/gwt/commit/3eff9127f6be4969a5a04b965f5f94441f4eb440
[2] 
https://github.com/gwtproject/gwt/commit/457610e31bad3468fd1355015d3596528ae61df4
 

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Removing the SuperDevMode code server prompt

2015-09-28 Thread Jens


> Actually no. It is in 2.7 [1], and has since been made synchronous [2] (so 
> you possibly wait a little longer).
>
> But if you're using CodeServer rather than DevMode, you have to wait 
> before loading the page; that code is only about enabling the "Launch 
> Default Browser" and "Copy to Clipboard" buttons in the DevMode UI.
>
> [1] 
> https://github.com/gwtproject/gwt/commit/3eff9127f6be4969a5a04b965f5f94441f4eb440
> [2] 
> https://github.com/gwtproject/gwt/commit/457610e31bad3468fd1355015d3596528ae61df4
>  
>


Ah I see, well I start SDM through IntelliJ which uses the DevMode class 
(with -noserver) and the browser is launched when everything is ready.

-- J.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Deploy issue of GWT with Hibernate

2015-09-28 Thread yshaoxp

>
> Still unsolved. Any idea on this?
>
Thank you! 

>  
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: (modern) chart system for GWT

2015-09-28 Thread Luca Morettoni
On Mon, Sep 28, 2015 at 3:07 PM, ronifabio  wrote:
> I use GWT-charts.
> https://code.google.com/p/gwt-charts/
> http://gwt-charts.appspot.com/
> https://github.com/google/gwt-charts

but it uses Google charts... and if I remember well we need to be
connected to have the chart rendered...

-- 
Luca Morettoni  | http://www.morettoni.net
http://it.linkedin.com/in/morettoni/ | http://twitter.com/morettoni
Google+ profile: https://www.google.com/+LucaMorettoni
Member of GDG Perugia: http://perugia.gtugs.org

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: (modern) chart system for GWT

2015-09-28 Thread ronifabio
I use GWT-charts.
https://code.google.com/p/gwt-charts/
http://gwt-charts.appspot.com/
https://github.com/google/gwt-charts


Em terça-feira, 18 de agosto de 2015 04:31:44 UTC-3, Luca Morettoni 
escreveu:
>
> 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 rendering of the charts can't use external servers, so we can 
> immediately exclude Google Visualisation API; 
>
> • we can't use any external plugin in the browser to render the charts 
> (like Flash); 
>
> • we need to interact with the charts (handle user clicks on the curves) 
>
> I started to evaluate some packages, but I have found some limits and 
> difficulties and I'd like to know your experience or if you have other 
> package to evaluate: 
>
> • GWT Highcharts [2] looks well structured, easy to use and has a good 
> documentation, but I have found a lot of troubles using it in our 
> project and I can't render any charts, I need to investigate the 
> source of the issue; 
>
> • gflot [3] I like this package, the problem is the documentation; 
>
> • D3js [4] this is the last resort, but using it require a lot of code 
> to render a simple chart 
>
>
> Thanks for any hints! 
>
> [1]https://code.google.com/p/clientsidegchart/ 
> [2]http://www.moxiegroup.com/moxieapps/gwt-highcharts/ 
> [3]https://github.com/nmorel/gflot 
> [4]https://github.com/gwtd3/gwt-d3 
>
> -- 
> Luca Morettoni  | http://www.morettoni.net 
> http://it.linkedin.com/in/morettoni/ | http://twitter.com/morettoni 
> Google+ profile: https://www.google.com/+LucaMorettoni 
> Member of GDG Perugia: http://perugia.gtugs.org 
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.