GWT 2.8.0 released

2016-10-21 Thread maticpetek
Thank you for all the effort. -- 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

Re: GWT 2.8.0 released

2016-10-21 Thread jumanor
Thanks...great job -- 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-

Re: GWT 2.8.0 released

2016-10-21 Thread Ed
Thank You for Your effort! On Fri, Oct 21, 2016 at 4:01 PM, Denis Shagaleev wrote: > yeah!! > > thank you guys! > > > On Friday, October 21, 2016 at 10:21:41 PM UTC+3, Daniel Kurka wrote: >> >> Hi all, >> >> I am very happy to announce GWT 2.8.0 on behalf of the GWT steering >> committee and the

Re: GWT 2.8.0 released

2016-10-21 Thread Denis Shagaleev
yeah!! thank you guys! On Friday, October 21, 2016 at 10:21:41 PM UTC+3, Daniel Kurka wrote: > > Hi all, > > I am very happy to announce GWT 2.8.0 on behalf of the GWT steering > committee and the GWT team at Google. > > You can download the release from http://www.gwtproject.org/download.html

GWT launch client side application

2016-10-21 Thread Aaron Paluzzi
Hello all, I'm banging my head against what should be a basic issue. I need to have a GWT web application launch a local application. What is the best way to do this? I've experimented with JNLP in the past with other platforms but I'm not sure if that is the best method here. Any assistanc

Re: GWT 2.8.0 released

2016-10-21 Thread Edu
Thanks!!! 2016-10-21 22:38 GMT+02:00 Rodrigue Lagoué Rodrigue : > good job > > On Fri, 21 Oct 2016 at 22:32 Alberto Mancini wrote: >> >> Thanks Daniel thanks to all the contributors and to all the developers >> that spent time, energy, and work to release 2.8. >> >> >> On Fri, Oct 21, 2016 at 10:

Re: GWT 2.8.0 released

2016-10-21 Thread Rodrigue Lagoué Rodrigue
good job On Fri, 21 Oct 2016 at 22:32 Alberto Mancini wrote: > Thanks Daniel thanks to all the contributors and to all the developers > that spent time, energy, and work to release 2.8. > > > On Fri, Oct 21, 2016 at 10:16 PM Alex W wrote: > > The GWT team couldn't even be bothered to delete the

Re: GWT 2.8.0 released

2016-10-21 Thread Alberto Mancini
Thanks Daniel thanks to all the contributors and to all the developers that spent time, energy, and work to release 2.8. On Fri, Oct 21, 2016 at 10:16 PM Alex W wrote: > The GWT team couldn't even be bothered to delete the out of date docs on > gwtproject.org for the release? For shame. I'm not

Re: GWT 2.8.0 released

2016-10-21 Thread Vassilis Virvilis
+1 congrats for the release +1 Vassilis On Fri, Oct 21, 2016 at 11:29 PM, Daniel Kurka wrote: > Hi Alex, > > thanks for your non negative way of approaching this. The docs on > gwtproject.org are open source and anybody is welcome to change them on > github: > > It's as simple as clicking ed

Re: GWT 2.8.0 released

2016-10-21 Thread Daniel Kurka
Hi Alex, thanks for your non negative way of approaching this. The docs on gwtproject.org are open source and anybody is welcome to change them on github: It's as simple as clicking edit on the page: https://github.com/gwtproject/gwt-site If you feel something is outdated simply propose a patch.

Re: GWT 2.8.0 released

2016-10-21 Thread Alex W
The GWT team couldn't even be bothered to delete the out of date docs on gwtproject.org for the release? For shame. I'm not being negative; this is a team that needs more criticism, both internal and external. On Saturday, October 22, 2016 at 5:21:41 AM UTC+10, Daniel Kurka wrote: > > Hi all, >

Re: GWT 2.8.0 released

2016-10-21 Thread Kirill Prazdnikov
Cool. Nice Job. We have ported out project and it works perfectly. Thanks -- 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...@googlegro

Re: GWT 2.8.0 released

2016-10-21 Thread Alain Ekambi
YEES On 21 October 2016 at 21:48, Wesley.JUNG wrote: > Hoorey~~~ > > > On Friday, October 21, 2016 at 3:21:41 PM UTC-4, Daniel Kurka wrote: >> >> Hi all, >> >> I am very happy to announce GWT 2.8.0 on behalf of the GWT steering >> committee and the GWT team at Google. >> >> You can download

Re: GWT 2.8.0 released

2016-10-21 Thread Wesley.JUNG
Hoorey~~~ On Friday, October 21, 2016 at 3:21:41 PM UTC-4, Daniel Kurka wrote: > > Hi all, > > I am very happy to announce GWT 2.8.0 on behalf of the GWT steering > committee and the GWT team at Google. > > You can download the release from http://www.gwtproject.org/download.html > or from maven

GWT 2.8.0 released

2016-10-21 Thread 'Daniel Kurka' via GWT Users
Hi all, I am very happy to announce GWT 2.8.0 on behalf of the GWT steering committee and the GWT team at Google. You can download the release from http://www.gwtproject.org/download.html or from maven central. The release notes can be found at http://www.gwtproject.org/release-notes.html#Rel

Re: GWT cache.html files.

2016-10-21 Thread Jarek Suchanek
I managed to get the *.cache.html files after fixing some project issues. So I am getting one .cache.js file and a few .cache.html files. The problem I am having now that those files work fine in Chrome but they do not work in IE. Any ideas what to do? Thanks Jarek On Friday, October 21, 2016

Re: GWT cache.html files.

2016-10-21 Thread Jarek Suchanek
Thanks Thomas. I appreciate your help. What I tried was to go to 2.6.1 version of WGT and after rebuilding the project I can see that the linker was set to Standard. The problem is that the *.cache.html files were still not created. Is there an additional setting I have to change to be able to

Re: GWT cache.html files.

2016-10-21 Thread Kirill Prazdnikov
You can also use SSO linker which produce one single script file for all application. And (form my perspective) you do not need permutations for all modern browsers (except you want to run on IE8): Try this (in .gwt.xml): -- You received this message because you are subscribed to the Goo

Re: GWT cache.html files.

2016-10-21 Thread Thomas Broyer
On Friday, October 21, 2016 at 10:30:23 AM UTC+2, Jarek Suchanek wrote: > > Hi Everyone, > > I am working on converting old GWT project to the latest version. I have > no prior experience with GWT. My old project includes html, js, and xml > files. My problem is that when I rebuild that project

GWT cache.html files.

2016-10-21 Thread Jarek Suchanek
Hi Everyone, I am working on converting old GWT project to the latest version. I have no prior experience with GWT. My old project includes html, js, and xml files. My problem is that when I rebuild that project in IntelliJ with the latest version of GWT all I get is .js files. Is that correct?

Re: compiling with GWT 2.7.1 or 2.8.0RC1 fails silently (without warning)

2016-10-21 Thread Kirill Prazdnikov
Yeah, I forgot that. It is known and annoying bug. GWT "precompiled headers" gliches time to times, especially when new files comes old some disappears. You HAVE TO maven clean before build (if there is a new files in compilation or if one has gone) if you want good compilation. -- You recei

Re: New GWT app (ios, android, www) : Learn to children how to calculate !

2016-10-21 Thread foal
Hi, Cool! Is it opensource? Do you use the GWT for the mobile applications too? Best, Stas On Wednesday, October 19, 2016 at 2:27:24 PM UTC+2, Bruno Nogent wrote: > > If you have children ! > > iOS version : > https://itunes.apple.com/fr/app/arithmo/id1136900923?mt=8 > > Android version : > ht