tagname xml problem

2014-11-03 Thread Łukasz Bączek
Hello, Is using XML with GWT http://www.gwtproject.org/doc/latest/DevGuideCodingBasicsXML.html I read tagname with a colon? Łukasz -- 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

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

2014-11-03 Thread Jens
> > I'm using IntelliJ...I'd like to hear if/how IntelliJ can do this too. > https://docs.google.com/document/d/1Sf9lahq0jr0AsxR74ZE-Lntf0y5ZNk0104mhD8ozEuM/edit Also see the linked issue in the doc. -- J. -- You received this message because you are subscribed to the Google Groups "Google

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

2014-11-03 Thread David Hoffer
I'm using IntelliJ...I'd like to hear if/how IntelliJ can do this too. -Dave On Mon, Nov 3, 2014 at 11:58 AM, Paul Robinson wrote: > If you're using eclipse and chrome, then sdbg is good. It's not perfect, > but it is *much* better than browsing Java source and setting break points > in the bro

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

2014-11-03 Thread Paul Robinson
If you're using eclipse and chrome, then sdbg is good. It's not perfect, but it is *much* better than browsing Java source and setting break points in the browser. Paul On 3 Nov 2014 17:49, "David Hoffer" wrote: > I like where you might be going with your last paragraph (the IntelliJ > part)..."

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

2014-11-03 Thread David Hoffer
I like where you might be going with your last paragraph (the IntelliJ part )..."Other than that there is the experimental Eclipse plugin named SDBG so you can use your IDE for debugging (but you are still debugging JS!). IntelliJ can do the same out of the box." Are you saying that IntelliJ can s

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

2014-11-03 Thread Jens
> > I definitely use a MVP/C model but not Places. I don't think I should be > tided to one and only one MVP approach. > Places are just for navigation. They have nothing to do with MVP. You can use them without GWTs Activity class. > However even if I did it's not clear how that would h

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

2014-11-03 Thread David Hoffer
I definitely use a MVP/C model but not Places. I don't think I should be tided to one and only one MVP approach. However even if I did it's not clear how that would help the fact that the browser has a 'copy' or 'image' of the real thing...at the end of the day I need my IDE to make changes. -Da

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

2014-11-03 Thread Timothy Michael Spear
David, The problem is a fundamental disconnect in approach. In using Places, and the MVP model, your application is supposed to be a series of much smaller applications with minimal navigation required to re-enter a specific point. I have very mixed perceptions on this multi-entry point developmen

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

2014-11-03 Thread David Hoffer
IMO, the loss of DevMode is a huge problem for GWT, I understand SuperDevMode is its replacement but unfortunately that is no where near a true replacement at least not yet. It's a bit hard to explain unless you have used both approaches on a large project but the best way I can think of to explai

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

2014-11-03 Thread mtr
Certainly worth to try. On Monday, November 3, 2014 2:21:27 PM UTC+1, Leejjon wrote: > > There's a developer version of Firefox coming out: > > https://blog.mozilla.org/blog/2014/11/03/the-first-browser-dedicated-to-developers-is-coming/ > > Maybe we can ask Mozilla to export the C++ symbols in th

Re: GWT 2.7.0 RC1 available

2014-11-03 Thread Jens
> > any info on when it will be supported? > GWT 3.0 will have Java 8 language support, there is already a patch providing lambda/method references: https://gwt-review.googlesource.com/#/c/9260/ How many Java 8 APIs will be emulated at the time GWT 3.0 will be released is a different story.

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

2014-11-03 Thread Leejjon
There's a developer version of Firefox coming out: https://blog.mozilla.org/blog/2014/11/03/the-first-browser-dedicated-to-developers-is-coming/ Maybe we can ask Mozilla to export the C++ symbols in this developer version, so the GWT dev plugin can work on this developer version of Firefox. Op

Re: GWT 2.7.0 RC1 available

2014-11-03 Thread Florian Friemel
any info on when it will be supported? On Monday, November 3, 2014 2:02:50 PM UTC+1, Juan Pablo Gardella wrote: > > It's not supported yet. > > On 3 November 2014 09:42, Florian Friemel > wrote: > >> Hi, >> >> about the java 8 support: >> >> When I try to compile a project that uses java 8 feat

Re: GWT 2.7.0 RC1 available

2014-11-03 Thread Juan Pablo Gardella
It's not supported yet. On 3 November 2014 09:42, Florian Friemel wrote: > Hi, > > about the java 8 support: > > When I try to compile a project that uses java 8 features I get an error like > the following: >Tracing compile failure path for type 'com.example.SomeClass' > [ERROR] Erro

Re: Uncacheable .cache.js files ?

2014-11-03 Thread Frank Taffelt
ok your right - putting the url into new tab seems to work as expected. however i wasn't expected to see the mixed cache and uncached variantes when pressing F5, CTRL+R or clicking reload whi

Re: GWT 2.7.0 RC1 available

2014-11-03 Thread Florian Friemel
Hi, about the java 8 support: When I try to compile a project that uses java 8 features I get an error like the following: Tracing compile failure path for type 'com.example.SomeClass' [ERROR] Errors in 'file:src/com/example/SomeClass.java' [ERROR] Line 31: Lambda expressions

Re: Uncacheable .cache.js files ?

2014-11-03 Thread Thomas Broyer
Pro Tip: don't use "refresh" to test caching in Chrome, particularly when Development Tools are open. When I refreshed Google Groups, the request for the cache.js had a "Cache-Control: max-age=0" header. When copy/pasting the URL to another tab (with Dev Tools open), the file is served from cach

FileUploadField in Grid Panel

2014-11-03 Thread Rashik Rahman
Hi all, Does anyone have a good example of how to add the FileUpload field in the Grid with GXT 3. I can understand that i will need to create a FileUploadCell, But am not good at cell concepts. Any help on this ??? -- You received this message because you are subscribed to the Google Groups

Uncacheable .cache.js files ?

2014-11-03 Thread Frank Taffelt
Hi, While analyzing a cache problem, of my own app, i came across a strange issue that i cannot explain. Good thing is, that we have showcase to reproduce the issue (so i think) - google groups itself. lets take a look into google groups, which is using GWT AFAIK, and see what it request and w

Make GWT application to work even in low bandwidth

2014-11-03 Thread mandar
Hello, I am working on a GWT application, where I want to use files for upload / download based on the internet bandwidth speed. Is there any way to detect internet bandwidth / speed in GWT to decide which files to be loaded. Thanks. Thanks, -- You received this message because you are subsc

Re: GWT 2.7.0 RC1 available

2014-11-03 Thread Edu
Thanks Thomas. It was really easy. My fault. 2014-10-31 13:11 GMT+01:00 Thomas Broyer : > > > On Friday, October 31, 2014 11:05:57 AM UTC+1, Eduardo Guardiola wrote: >> >> Automatic recompiles when refreshing aren't working for me. My server >> side is .Net and my web server is IIS (running DevMo

Re: Unexpected internal compiler error when trying out 2.7.0-RC1

2014-11-03 Thread Arlo O'Keeffe
I created an issue: https://code.google.com/p/google-web-toolkit/issues/detail?id=8977 On Monday, November 3, 2014 9:00:06 AM UTC+1, Arlo O'Keeffe wrote: > > This works. > > I hope this will be fixed for the release. > > Friday, October 31, 2014 2:51:18 PM UTC+1, Martijn Wijns wrote: > >> I just

Re: Unexpected internal compiler error when trying out 2.7.0-RC1

2014-11-03 Thread Arlo O'Keeffe
This works. I hope this will be fixed for the release. Friday, October 31, 2014 2:51:18 PM UTC+1, Martijn Wijns wrote: > I just found out in the GWT Contributers group that you can try to turn > off assertions to have the compiler continue. In my case it takes a long > time and the compiler is