Re: Development Mode will not be supported in Firefox 27+

2014-02-03 Thread Cristiano Costantini
Hi Brian,

I wonder how does it works the development mode plugin?
Isn't it possible to replace it with something in pure javascript that is
based on Web Sockets?

Yesterday I was making some test with this technology (see
https://github.com/cristcost/gwt-websocket) and it it seems it has good
support at least on latest Chrome, Firefox and IE (Safari don't works but
I've not investigated deeply why). For the server side, I used the Jetty 7
WebSocket implementation.

I would enjoy to have a look a the code but GWT src is big, could you
please tell where to look for if I would like to study the feasibility of
this idea?


Debugging in Eclipse the Javascript code is one of the most important
aspect of using GWT for me and I would be happy if it is possible to save
it.

Cristiano




2014-02-04 Brian Slesinsky :

> Mozilla has stopped exporting some C++ symbols that the Firefox plugin
> relies on [1]. Therefore it's not possible to support Development Mode in
> any new versions of Firefox starting with 27.
>
> As a workaround, I am doing one last release to get the plugin working
> again with Firefox 24.2 (and hopefully newer point releases on the ESR
> track). If you wish to continue to use Development Mode on Firefox, you
> will need to download this version from Mozilla [2]. For more details see
> the issue tracker [3].
>
> Long-term, the plan is to improve Super Dev Mode.
>
> I apologize for the late notice; when I said at GWT.create that Firefox
> could stop working with any release, I didn't expect it to be the next one.
>
> - Brian
>
> [1] https://bugzilla.mozilla.org/show_bug.cgi?id=920731
> [2]
> http://download.cdn.mozilla.net/pub/mozilla.org/firefox/releases/24.2.0esr/
> [3] https://code.google.com/p/google-web-toolkit/issues/detail?id=8553
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" 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/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/groups/opt_out.


Re: MGWT problem GWT 2.6.0

2014-02-03 Thread Alberto Mancini
Hi,
probably it is related to this:

https://groups.google.com/forum/#!searchin/mgwt/opera/mgwt/mAw0Q3kDWeY/JQlQIxo6L04J

Alberto.




On Tue, Feb 4, 2014 at 1:32 AM, Jonathan Franchesco Torres Bca <
chescot2...@gmail.com> wrote:

> Error:
> Loading modules
>org.gdgassistant.gdgassistant
>   Loading inherited module 'org.gdgassistant.gdgassistant'
>  Loading inherited module 'com.googlecode.mgwt.MGWT'
> Loading inherited module 'com.googlecode.mgwt.MGWTMin'
>Loading inherited module 'com.googlecode.mgwt.ui.UI'
>   [ERROR] The value opera was not previously defined.
>   [ERROR] Line 19: Unexpected exception while processing
> element 'set-property'
> com.google.gwt.core.ext.UnableToCompleteException: (see previous log
> entries)
>
> Modulo GWT:
>
> 
>  "
> http://google-web-toolkit.googlecode.com/svn/tags/2.6.0/distro-source/core/src/gwt-module.dtd
> ">
> 
> 
> 
> 
> 
> 
> 
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" 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/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/groups/opt_out.


MGWT problem GWT 2.6.0

2014-02-03 Thread Jonathan Franchesco Torres Bca
Error:
Loading modules
   org.gdgassistant.gdgassistant
  Loading inherited module 'org.gdgassistant.gdgassistant'
 Loading inherited module 'com.googlecode.mgwt.MGWT'
Loading inherited module 'com.googlecode.mgwt.MGWTMin'
   Loading inherited module 'com.googlecode.mgwt.ui.UI'
  [ERROR] The value opera was not previously defined.
  [ERROR] Line 19: Unexpected exception while processing 
element 'set-property'
com.google.gwt.core.ext.UnableToCompleteException: (see previous log 
entries)

Modulo GWT:


http://google-web-toolkit.googlecode.com/svn/tags/2.6.0/distro-source/core/src/gwt-module.dtd";>





 


-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/groups/opt_out.


Development Mode will not be supported in Firefox 27+

2014-02-03 Thread Brian Slesinsky
Mozilla has stopped exporting some C++ symbols that the Firefox plugin 
relies on [1]. Therefore it's not possible to support Development Mode in 
any new versions of Firefox starting with 27.

As a workaround, I am doing one last release to get the plugin working 
again with Firefox 24.2 (and hopefully newer point releases on the ESR 
track). If you wish to continue to use Development Mode on Firefox, you 
will need to download this version from Mozilla [2]. For more details see 
the issue tracker [3]. 

Long-term, the plan is to improve Super Dev Mode.

I apologize for the late notice; when I said at GWT.create that Firefox 
could stop working with any release, I didn't expect it to be the next one.

- Brian

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=920731
[2] 
http://download.cdn.mozilla.net/pub/mozilla.org/firefox/releases/24.2.0esr/
[3] https://code.google.com/p/google-web-toolkit/issues/detail?id=8553

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/groups/opt_out.


XMLSerializer: some problem about usage

2014-02-03 Thread Claudio Eterno


Conditions:

Chrome Version: 32.0.1700.102 

Operating System: Ubuntu Linux and Windows XP 

Issue description: I'm creating a template based on XHTML 1.0 Transitional.

During my elaboration process (made by js) I need to get a DOM element and 
convert it as string. It seems that the class XMLSerializer doesn't work 
correctly or something else happen. Anyway, the string obtained isn't an 
XML correctly formatted.

In order to clarify better this problem I prepared a demo code on jsfiddle: 
http://jsfiddle.net/Xj6QL/3/ 

On the next lines I reported the code applied on the demo.In brief, what 
happen after the user perform a click on the button is an acquisition on a 
DOM element and its and relative serialization( see "first"). Subsequently 
the output obtained re-parsed (DOMParser) and re-serialized for a second 
time (see "next"). If everything goes right these two string should be 
identical.

If you check it by mean of FF the result is correct, instead, with Chrome, 
the output present some error. 
can someone help me to understand what happen?
Thank you
Claudio

The code applied on jsfiddle is this: 

http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> 

http://www.w3.org/1999/xhtml";> 

 









   Test 

 

 

 









 

 

click here 

 

 

Here the js: 

$(function () { 

   $("#mybutton").click(function() { 

   var f = ' '; 

   var first = Xml2String($("#vbody")[0]); 

   console.log(first); 

   var parser=new DOMParser(); 

   var xmlDoc=parser.parseFromString(first,"text/xml"); 

   var next = Xml2String(xmlDoc); 

   console.log(""); 

   console.log(next); 

   }); 

   function Xml2String(xmlData) { 

   if (window.ActiveXObject) { 

   return xmlData.xml; 

   } 

   var s = new XMLSerializer(); 

   return s.serializeToString(xmlData); 

   } 

}); 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/groups/opt_out.


Re: GWT XML File Validation Errors in Eclipse

2014-02-03 Thread reality2386

Sent from my BlackBerry® device from Digicel

-Original Message-
From: Chris 
Sender: google-web-toolkit@googlegroups.com
Date: Mon, 3 Feb 2014 11:27:51 
To: 
Reply-To: google-web-toolkit@googlegroups.com
Subject: Re: GWT XML File Validation Errors in Eclipse

Looks like I fixed it.  After analysis, it seems that this problem occurred 
after connecting to Amtrak's Wifi which has a weird accept-terms 
requirement.  My best guess is that corrupted files were downloaded and 
cached.  The errors went away after clearing the cache in  Eclipse (*Window 
> Preferences > Network Connections > Cache > Remove All*).  Probably 
should disable the caching here to prevent that in the future.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/groups/opt_out.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/groups/opt_out.


asm.js support?

2014-02-03 Thread Bora Ertung
Are there any plans for asm.js support for GWT compiled code? Chrome has 
started support asm.js optimizations and I think it is about time to add 
this into GWT.

any ideas?
-B


-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/groups/opt_out.


Re: GWT Designer Freezes when dragging and dropping the components onto pallete

2014-02-03 Thread reality2386
I do not want to receive these messages 
Sent from my BlackBerry® device from Digicel

-Original Message-
From: james0072 
Sender: google-web-toolkit@googlegroups.com
Date: Mon, 3 Feb 2014 14:08:09 
To: 
Reply-To: google-web-toolkit@googlegroups.com
Subject: GWT Designer Freezes when dragging and dropping the components onto
 pallete

I am trying to use GWT Designer to visually layout out my project. Whenever 
I try to add a button, or image component or "Whatever" else the UI Freezes 
and I get the spinner for at least 45 seconds, and eclipse just freezes, 
sometimes much longer.

Anyone else having trouble with this? It is really frustrating.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/groups/opt_out.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/groups/opt_out.


GWT Designer Freezes when dragging and dropping the components onto pallete

2014-02-03 Thread james0072
I am trying to use GWT Designer to visually layout out my project. Whenever 
I try to add a button, or image component or "Whatever" else the UI Freezes 
and I get the spinner for at least 45 seconds, and eclipse just freezes, 
sometimes much longer.

Anyone else having trouble with this? It is really frustrating.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/groups/opt_out.


Re: GWT XML File Validation Errors in Eclipse

2014-02-03 Thread Chris
Looks like I fixed it.  After analysis, it seems that this problem occurred 
after connecting to Amtrak's Wifi which has a weird accept-terms 
requirement.  My best guess is that corrupted files were downloaded and 
cached.  The errors went away after clearing the cache in  Eclipse (*Window 
> Preferences > Network Connections > Cache > Remove All*).  Probably 
should disable the caching here to prevent that in the future.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/groups/opt_out.


Re: GWT XML File Validation Errors in Eclipse

2014-02-03 Thread Chris
Looks like I fixed it.  After analysis, it seems that this problem occurred 
after connecting to Amtrak's Wifi which has a weird accept-terms 
requirement.  My best guess is that corrupted files were downloaded and 
cached.  The errors went away after clearing the cache in  Eclipse (*Window 
> Preferences > Network Connections > Cache > Remove All*).  Probably 
should disable the caching here to prevent that in the future.

On Monday, February 3, 2014 11:08:04 AM UTC-5, Chris wrote:
>
> Working GWT 2.5.1 today, I was unable to clear errors on the validation of 
> any of my project's modules (gwt.xml) and uibinder (ui.xml) files.  These 
> file were not changed from my last close of the Eclipse IDE (Kepler) and I 
> don't recall making any changes to the environment.  To be more clear, any 
> existing or newly created gwt.xml appears as:
>
>
> 
>
>
> The error detail is:
>
>
> 
>
>
> This error is similar for uibinder files.  
>
> I have tried:
>
>- Re-imported project  
>- Updated the Google Plug-in and GWT sdk
>- Turned off Validator builders (faceted project validation builder, 
>validation)
>- Created new Google Web Application project
>   - This is interesting because there is no error here
>
> Any other ideas?
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/groups/opt_out.


Re: webm videos are not visible on chrome 32 with hardware accelerated video enabled

2014-02-03 Thread Jens
Sounds more like a Chrome bug as GWT's video element is a pure wrapper 
(with no additional logic involved) of the HTML  tag.

-- J.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/groups/opt_out.


Re: Strange compilation errors on linux platform

2014-02-03 Thread Sai Siddarth Muralidharan
I am running into the same issue now. Any idea how to fix this?

On Friday, October 15, 2010 10:44:59 AM UTC-4, bananos wrote:
>
> We have a pretty heterogeneous team which works with GWT on Mac, 
> Windows & linux machines. 
> One of our latest commit crashed the automatic build which runs on 
> linux box. 
> The problem is that GWT java source generator fails with 
> NullPointerException at different places with the same configuration 
> inputs, therefore it is very hard to reproduce bug or nail it down. 
>
> The only regularity we've found is that it fails at some point when 
> trying to generate client bundles from PNG files. 
> Here are few examples: 
>
> Case #1 
>
> [java]Scanning for additional dependencies: file:/home/bear-z/ 
> work/client/Application/src/com/project/client/common/bundles/ 
> CommonResources.java 
>  [java]   Computing all possible rebind results for 
> 'com.project.client.common.bundles.CommonResources' 
>  [java]  Rebinding 
> com.project.client.common.bundles.CommonResources 
>  [java] Invoking 
> com.google.gwt.dev.javac.StandardGeneratorContext@72af7016 
>  [java][ERROR] Generator 
> 'com.google.gwt.resources.rebind.context.InlineClientBundleGenerator' 
> threw threw an exception while rebinding 
> 'com.project.client.common.bundles.CommonResources' 
>  [java] java.lang.NullPointerException 
>  [java] at 
> com.google.gwt.resources.rebind.context.InlineResourceContext.deploy(InlineResourceContext.java:
>  
>
> 40) 
>  [java] at 
> com.google.gwt.resources.rebind.context.AbstractResourceContext.deploy(AbstractResourceContext.java:
>  
>
> 97) 
>  [java] at 
> com.google.gwt.resources.rg.ImageResourceGenerator.maybeDeploy(ImageResourceGenerator.java:
>  
>
> 369) 
>  [java] at 
> com.google.gwt.resources.rg.ImageResourceGenerator.createFields(ImageResourceGenerator.java:
>  
>
> 176) 
>  [java] at 
> com.google.gwt.resources.rebind.context.AbstractClientBundleGenerator.createFieldsAndAssignments(AbstractClientBundleGenerator.java:
>  
>
> 328) 
>  [java] at 
> com.google.gwt.resources.rebind.context.AbstractClientBundleGenerator.createFieldsAndAssignments(AbstractClientBundleGenerator.java:
>  
>
> 385) 
>  [java] at 
> com.google.gwt.resources.rebind.context.AbstractClientBundleGenerator.generate(AbstractClientBundleGenerator.java:
>  
>
> 245) 
>  [java] at 
> com.google.gwt.dev.javac.StandardGeneratorContext.runGenerator(StandardGeneratorContext.java:
>  
>
> 418) 
>  [java] at 
> com.google.gwt.dev.cfg.RuleGenerateWith.realize(RuleGenerateWith.java: 
> 38) 
>  [java] at com.google.gwt.dev.shell.StandardRebindOracle 
> $Rebinder.tryRebind(StandardRebindOracle.java:108) 
>  [java] at com.google.gwt.dev.shell.StandardRebindOracle 
> $Rebinder.rebind(StandardRebindOracle.java:54) 
>  [java] at 
> com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java:
>  
>
> 154) 
>  [java] at 
> com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java:
>  
>
> 143) 
>  [java] at com.google.gwt.dev.Precompile 
> $DistillerRebindPermutationOracle.getAllPossibleRebindAnswers(Precompile.java:
>  
>
> 317) 
>  [java] at 
> com.google.gwt.dev.jdt.WebModeCompilerFrontEnd.doFindAdditionalTypesUsingRebinds(WebModeCompilerFrontEnd.java:
>  
>
> 95) 
>  [java] at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox 
> $CompilerImpl.process(AbstractCompiler.java:200) 
>  [java] at 
> org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:444) 
>  [java] at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox 
> $CompilerImpl.compile(AbstractCompiler.java:123) 
>  [java] at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox 
> $CompilerImpl.compile(AbstractCompiler.java:234) 
>  [java] at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox 
> $CompilerImpl.access$200(AbstractCompiler.java:109) 
>  [java] at 
> com.google.gwt.dev.jdt.AbstractCompiler.compile(AbstractCompiler.java: 
> 522) 
>  [java] at 
> com.google.gwt.dev.jdt.BasicWebModeCompiler.getCompilationUnitDeclarations(BasicWebModeCompiler.java:
>  
>
> 112) 
>  [java] at 
> com.google.gwt.dev.jdt.WebModeCompilerFrontEnd.getCompilationUnitDeclarations(WebModeCompilerFrontEnd.java:
>  
>
> 47) 
>  [java] at 
> com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.precompile(JavaToJavaScriptCompiler.java:
>  
>
> 430) 
>  [java] at 
> com.google.gwt.dev.jjs.JavaScriptCompiler.precompile(JavaScriptCompiler.java: 
>
> 32) 
>  [java] at 
> com.google.gwt.dev.Precompile.precompile(Precompile.java:522) 
>  [java] at 
> com.google.gwt.dev.Precompile.precompile(Precompile.java:414) 
>  [java] at com.google.gwt.dev.Compiler.run(Compiler.java:201) 
>  [java] at com.google.gwt.dev.Compiler$1.run(Compiler.java: 
> 152) 
>  [jav

webm videos are not visible on chrome 32 with hardware accelerated video enabled

2014-02-03 Thread Anca Măduța
Hello there,

Since the last updates of Chrome, some of the webm videos are not visible 
on the canvas until I change focus to a different application and come back 
to mine. The audio can be heard even if the video is not visible.
If I disable the "hardware accelerated video..." option from the browser 
they work fine. Anyone has any idea why? 
I use the Video object from gwt-2.4.0. 

Thanks,
Anca.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/groups/opt_out.


GWT XML File Validation Errors in Eclipse

2014-02-03 Thread Chris
Working GWT 2.5.1 today, I was unable to clear errors on the validation of 
any of my project's modules (gwt.xml) and uibinder (ui.xml) files.  These 
file were not changed from my last close of the Eclipse IDE (Kepler) and I 
don't recall making any changes to the environment.  To be more clear, any 
existing or newly created gwt.xml appears as:




The error detail is:




This error is similar for uibinder files.  

I have tried:

   - Re-imported project  
   - Updated the Google Plug-in and GWT sdk
   - Turned off Validator builders (faceted project validation builder, 
   validation)
   - Created new Google Web Application project
  - This is interesting because there is no error here
   
Any other ideas?


-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/groups/opt_out.


Re: IE 9 & rpc issue

2014-02-03 Thread Thomas Broyer


On Monday, February 3, 2014 1:07:18 PM UTC+1, SR wrote:
>
> Hi,
>  
> I just need to support IE 9 and not any other versions.
>  
> So the working code as mentioned in: 
> *https://gwt-review.googlesource.com/2900*has
>  this been made to GWT 2.6?
>  
> In other words, if i just need support for IE 9 then will GWT 2.6 address 
> the IE 9 rpc issue?
>

No.

Long story short: workaround for IE9 is to use proper JSON (which GWT-RPC 
isn't, because of limitations in IE6/7, notably the length of array 
literals), that means changing GWT-RPC, but then you break IE6/7 in a 
number of cases. So the idea was to support 2 GWT-RPC protocols in 
parallel: one that is fully JSON that could be used by IE8+ and all other 
browsers (that could use JSON.parse which would possibly make it even 
faster than eval()), and the legacy one (using eval()) used by IE6/7 only.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/groups/opt_out.


Re: IE 9 & rpc issue

2014-02-03 Thread SR
Hi,
 
I just need to support IE 9 and not any other versions.
 
So the working code as mentioned in: 
*https://gwt-review.googlesource.com/2900*has
 this been made to GWT 2.6?
 
In other words, if i just need support for IE 9 then will GWT 2.6 address 
the IE 9 rpc issue?
 
Thanks,
Sriki
 

On Monday, February 3, 2014 2:45:05 PM UTC+5:30, Thomas Broyer wrote:

>
>
> On Monday, February 3, 2014 8:25:36 AM UTC+1, SR wrote:
>>
>> Hi,
>>  
>> Does GWT 2.6 addresses IE 9 & rpc issue as mentioned here: 
>> http://support.microsoft.com/kb/2572253 ?
>>
>
> No, not in 2.6.
> The issue has been identified 
> https://code.google.com/p/google-web-toolkit/issues/detail?id=5736, has 
> been worked on https://gwt-review.googlesource.com/2900 but this is a 
> complex issue and it was never finished (one issue was keeping backwards 
> compatibility with IE6/7, which are still supported in 2.6 despite being 
> disabled by default).
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/groups/opt_out.


How to use Web Services in GWT

2014-02-03 Thread Vinod Narwani
I want to use  Web Services in GWT can anyone suggest me how to use it ..

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/groups/opt_out.


Re: IE 9 & rpc issue

2014-02-03 Thread Thomas Broyer


On Monday, February 3, 2014 8:25:36 AM UTC+1, SR wrote:
>
> Hi,
>  
> Does GWT 2.6 addresses IE 9 & rpc issue as mentioned here: 
> http://support.microsoft.com/kb/2572253 ?
>

No, not in 2.6.
The issue has been 
identified https://code.google.com/p/google-web-toolkit/issues/detail?id=5736, 
has been worked on https://gwt-review.googlesource.com/2900 but this is a 
complex issue and it was never finished (one issue was keeping backwards 
compatibility with IE6/7, which are still supported in 2.6 despite being 
disabled by default).

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/groups/opt_out.


IE 9 & rpc issue

2014-02-03 Thread SR
Hi,
 
Does GWT 2.6 addresses IE 9 & rpc issue as mentioned here: 
http://support.microsoft.com/kb/2572253 ?
 
If not, how to handle this for IE 9?
 
Thanks,
Sriki

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/groups/opt_out.


Re: GWT 2.6.0 now available

2014-02-03 Thread SR
Hi,
 
Does GWT 2.6 address IE 9 eval issue: 
http://support.microsoft.com/kb/2572253 ?
 
If not, is there any other work around specifically for IE 9?
 
Thanks,
SR

On Friday, January 31, 2014 3:53:45 AM UTC+5:30, Matthew Dempsky wrote:

> Hi GWT community,
>
> We're excited to announce the GWT 2.6.0 release!  Many of you noticed it 
> was uploaded a few days ago, but if you missed it, you can download 
> it 
> here.
>  
>  This release has also been uploaded to Maven Central with the version 
> string of "2.6.0".
>
> GWT 2.6.0 contains over 100 new bug fixes since GWT 2.5.1, more than 400 
> changes in total, and greater than 20% of all contributions came from the 
> community.  Thanks so much to everyone who reported issues and/or submitted 
> patches!
>
> For a summary of user-visible changes, please see the GWT release 
> notes. 
>  And as always, please report any issues using the GWT issue 
> tracker
> .
>
> Happy hacking!
>
> -Matthew, on behalf of the GWT developers
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/groups/opt_out.


Re: GWT 2.6.0 now available

2014-02-03 Thread Alain Ekambi
Too bad I m not a designer because that web site is not really state of the
art. No offense to those we put effort in that but we need to match what
the other frameworks are doing out there.


2014-02-03 Cristiano Costantini :

> Ehi all!
>
> Why not to update the website announcing the release on the homepage?
>
> If G+ GWT page is maintained, it could be also a good idea to integrate
> sort of a banner with its posts on gwtproject.org's home page, so to make
> it look more alive.
>
> It looks really sad the website now...
>
> Cristiano
>
>
>
>
> 2014-02-02 RyanZA :
>
> There was some talk about Java8 support in GWT - obviously with all the
>> callbacks needed by GWT this would be really helpful. Is there any ETA yet
>> on when Java8 lambdas will be usable in GWT? I think it will be huge in
>> making GWT much better.
>>
>>
>> On Friday, January 31, 2014 12:23:45 AM UTC+2, Matthew Dempsky wrote:
>>>
>>> Hi GWT community,
>>>
>>> We're excited to announce the GWT 2.6.0 release!  Many of you noticed it
>>> was uploaded a few days ago, but if you missed it, you can download
>>> it 
>>> here.
>>>  This release has also been uploaded to Maven Central with the version
>>> string of "2.6.0".
>>>
>>> GWT 2.6.0 contains over 100 new bug fixes since GWT 2.5.1, more than 400
>>> changes in total, and greater than 20% of all contributions came from the
>>> community.  Thanks so much to everyone who reported issues and/or submitted
>>> patches!
>>>
>>> For a summary of user-visible changes, please see the GWT release 
>>> notes.
>>>  And as always, please report any issues using the GWT issue 
>>> tracker
>>> .
>>>
>>> Happy hacking!
>>>
>>> -Matthew, on behalf of the GWT developers
>>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Google Web Toolkit" 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/groups/opt_out.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" 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/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/groups/opt_out.


Re: GWT 2.6.0 now available

2014-02-03 Thread Cristiano Costantini
Ehi all!

Why not to update the website announcing the release on the homepage?

If G+ GWT page is maintained, it could be also a good idea to integrate
sort of a banner with its posts on gwtproject.org's home page, so to make
it look more alive.

It looks really sad the website now...

Cristiano




2014-02-02 RyanZA :

> There was some talk about Java8 support in GWT - obviously with all the
> callbacks needed by GWT this would be really helpful. Is there any ETA yet
> on when Java8 lambdas will be usable in GWT? I think it will be huge in
> making GWT much better.
>
>
> On Friday, January 31, 2014 12:23:45 AM UTC+2, Matthew Dempsky wrote:
>>
>> Hi GWT community,
>>
>> We're excited to announce the GWT 2.6.0 release!  Many of you noticed it
>> was uploaded a few days ago, but if you missed it, you can download
>> it 
>> here.
>>  This release has also been uploaded to Maven Central with the version
>> string of "2.6.0".
>>
>> GWT 2.6.0 contains over 100 new bug fixes since GWT 2.5.1, more than 400
>> changes in total, and greater than 20% of all contributions came from the
>> community.  Thanks so much to everyone who reported issues and/or submitted
>> patches!
>>
>> For a summary of user-visible changes, please see the GWT release 
>> notes.
>>  And as always, please report any issues using the GWT issue 
>> tracker
>> .
>>
>> Happy hacking!
>>
>> -Matthew, on behalf of the GWT developers
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" 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/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/groups/opt_out.