Re: GWT web content from a Java servlet

2015-04-21 Thread ehodges
Never mind. I think I have figured it out. I have to run the com.google.gwt.dev.codeserver.CodeServer class in the gwt-codeserver.jar. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving e

Re: GWT web content from a Java servlet

2015-04-21 Thread ehodges
I was wrong in that last post. The GWT RPC request isn't going to the code server, it's going to the ... I guess it's a Jetty server that is launched by Eclipse when I run in debug mode? Is there a good tutorial on using Super Dev Mode with a J2EE app server? I've read that I should be able t

Re: GWT web content from a Java servlet

2015-04-21 Thread ehodges
That works like a charm, but now I can't get GWT RPC to work with Super Dev Mode. I found a thread here , but that isn't for 2.7 and it doesn't provide a solution. When in Super Dev Mode, all of my GWT RPC calls go to

GWT 2.7 Dev mode and JDK6 Error

2015-04-21 Thread San
I am getting the below error when run simple GWT demo app in Dev mode using JDK6, but dev mode works fine with JDK7. I am using Chromium + GWT plugin. Is 2.7 GWT Dev mode supported only on JDK7+?. Eventually, I will switch to Super dev mode. [ERROR] [gwt27demo] - Unable to load module entry poi

Re: Catching Window.onUnload event

2015-04-21 Thread jagadish panigrahi
Hi Dimitri, Did you find any solution in GWT for above mentioned problem that would invoke an event when user navigates away from the screen without closing it On Wednesday, 3 September 2008 05:13:01 UTC-4, buz...@gmail.com wrote: > > Hello, > > Is there a way in GWT to catch Window.onUnload eve

compilation-mappings.txt

2015-04-21 Thread Nuno R
Hi. In my project, GWT outputs a compilation-mappings.txt and modulename.devmode.js files. I think they shouldn't be needed in production, is there a way to configure (e.g. compiler flag) so that those files aren't generated? Thank you. -- You received this message because you are subscribed

Re: GWT web content from a Java servlet

2015-04-21 Thread ehodges
Excellent suggestion. I like the path info thing. Thank you! On Saturday, April 18, 2015 at 8:07:55 AM UTC-5, Thomas Broyer wrote: > > > On Friday, April 17, 2015 at 10:59:49 PM UTC+2, eho...@usdataworks.com > wrote: >> >> I've tried looking for answers to this question, but the terms are so >

Re: GSS migration: mixin definition for a transition with multiple transition-property

2015-04-21 Thread Julien Dramaix
You can open a issue to track this problem but it has to be fixed in closure stylesheet directly. On Monday, April 20, 2015 at 4:18:16 PM UTC+2, Benjamin V. wrote: > > Yes, that works. But it is a bit unintuitive as I have multiple different > transitions properties in one stylesheet. So I have

Re: gwt-site(https://github.com/gwtproject/gwt-site ) compiled and run successfully but a lot of stuff missing

2015-04-21 Thread Julien Dramaix
1. GWT is not a Google product anymore. The website has been mainly built by Arcbees, a Canadian company member of the GWT steering committee. Google is just offering to host freely the website on its infrastructure. 2. AppEngine is used to store the pages on the database so that we can change

Re: GWT 2.7.0 is here

2015-04-21 Thread rakesh pabbathi
Hi Daniel how to i convert my application which is in 2.3 version to 2.7 ? plz provide me some steps to convert the version to 2.7. On Thursday, 20 November 2014 16:29:06 UTC+5:30, Daniel Kurka wrote: > > Today we are excited to announce the GWT 2.7.0 release. Thanks to > everyone who contribu

Re: Help Posting form with file input using elemental

2015-04-21 Thread Ümit Seren
Jens approach should work. Another approach, for example if you are missing some functions like the append(String name, Blob file, String filename) on elementals interfaces, is this: public static class ExtJsFormData extends JsFormData { protected ExtJsFormData() { }

GWT RichTextArea target='_blank' for links

2015-04-21 Thread marian lux
Is there a way to customize the GWT RichTextArea to open a new link in new tab? e.g. produce something like this? http://www.w3schools.com"; target="_blank">Visit W3Schools Or do you know a better Widget? -- You received this message because you are subscribed to the Google Groups "Google Web