Re: File Download does not work on mobile phone

2014-11-12 Thread Ijaja
Hi Evan, we are getting further in little steps, but first let me answer to your points... honestly for most things you mention i have only less idea. But let me try: 1. I do not build a channel if you mean that, i write to the HttpServletResponse.getOutputStream, without dealing channel or no

Copying SDM's output to Phonegap's www directory for easier phone development?

2014-11-12 Thread Ali
There is a way to have a very fast compile -> refresh cycle for phone app development, i.e hitting 'Compile' for SDM, and having the app refresh on your phone. This can be done through Phonegap's app ( http://app.phonegap.com/ ) which monitors your www folder. Each time you make any changes, th

Re: File Download does not work on mobile phone

2014-11-12 Thread Evan Ruff
Okay so it sounds like this is really not a GWT problem but a pretty typical Android<>Servlet issue. What's happening with: 1. Channels or Streams? 2. Are you using buffered components? 3. What's the chunk size and buffer size? 4. On the device, what's the connection (Wifi/Network/Emulator) 5. Hav

Re: Super Dev mode, intellij Idea 14 and "File size exceeds configured limit..."

2014-11-12 Thread alucard
Thanks for the suggestion. Indeed stepping over/into eventualy switches back to java. Anyway it is a really annoying "feature". I'll try and report it to intellij. On Wednesday, November 12, 2014 12:11:54 PM UTC+1, Jens wrote: > > It seems like a timing issue / bug in intellij. If you use the st

How experimental is the closure compiler still?

2014-11-12 Thread Paul Wagland
Hi all, The closure compiler backend was introduced in 2.5, and is still marked as experimental in 2.6 and 2.7-RC1. Is there a reason that this is still marked as experimental, or is this safe to use in a production environment? -- You received this message because you are subscribed to the G

Re: Super Dev mode, intellij Idea 14 and "File size exceeds configured limit..."

2014-11-12 Thread Jens
It seems like a timing issue / bug in intellij. If you use the step over, step into buttons etc it should switch back to java source at some point. The message you are seeing has nothing to do with source maps itself. It means that IntelliJ will not give you code insight features for the JavaSc

Super Dev mode, intellij Idea 14 and "File size exceeds configured limit..."

2014-11-12 Thread alucard
I managed to somehow make work the superdev mode in Idea 14. I put a breakpoint at the beginning of my code and it is hit. The appropriate java source file is presented in Idea. However, after a couple reloads (change something + recompile) the breakpoint is hit but a javascript file is shown -

Re: File Download does not work on mobile phone

2014-11-12 Thread Ijaja
No :-(. This was not the problem. Same result. I have looked in more detail. The servlet is able to write some bytes to the response stream (example: tried to download a jpg with about 2 MB of size, servlets writes about 50 kb to the stream, then the reset by peer exception occures). I furt

Re: GWT 2.7.0 RC1 available

2014-11-12 Thread Kable Wilmoth
Also, it was just added back in, in the last release. I was hoping to use this as a simple drag-n-drop UI editor for a web building application for non programmers. Would like to know why it was removed. -kable On Tuesday, November 11, 2014 10:58:48 AM UTC-8, Bu Pereira wrote: > > Plus, it's a

Re: GWT 2.7.0 RC1 available

2014-11-12 Thread Alfred S
Nevermind - I found this discussion . On Tuesday, November 11, 2014 1:32:53 PM UTC-5, Alfred S wrote: > > What's the reasoning behind deprecating GWT Designer? I feel like it was a > useful tool, especially fo