Re: FF10, here we go again

2012-02-08 Thread Kenny Neal
I had the same issue. After installing the plugin provided by Filipe, it 
was still getting the dialog.

I compiled this version for ubuntu 11.04 x64:
http://dl.dropbox.com/u/24610398/gwt-dev-plugin.xpi

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/YkUCzVJtLcYJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Deploy GWT on Google Cloud Itself?

2009-03-15 Thread Neal

I've got three books on GWT - and none of them talk about deployment.
So once I have written my GWT application, where do I run it?

a) Can I deploy it to the Google Cloud and run it there?  If yes - any
web links on this?  Especially interesting in pricing or hosting
plans.

b) Do I have to run it on my own server, using Tomcat or similar?

Thanks,
Neal Walters

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Call event after an other

2009-02-06 Thread Neal

Use the queue in DeferredCommand

http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/DeferredCommand.html

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Unable to Test Asynchronous calls in GWTTestCase on an external server

2008-10-21 Thread Neal

I am attempting to test an asynchronous interface within a GWTTestCase
where the implementation connects to an external tomcat server.  I get

com.google.gwt.user.client.rpc.InvocationException: Unable to initiate
the asynchronous service invocation -- check the network connection

Here is how I am setting up the implementation.

final GetWebsiteDataAsync getAsynchronousInterface=
(GetWebsiteDataAsync) WT.create(GetWebsiteData.class);

ServiceDefTarget getServiceDef = (ServiceDefTarget)
getAsynchronousInterface;

getServiceDef.setServiceEntryPoint(http://externalHost:8080/
pathtoservlet);

The Tomcat server is definitely up, and the Asynchronous calls work
fine when running within a GWT application on a web browser.

Accessing http://externalHost:8080/pathtoservlet directly from a web
browser triggers an exception within Tomcat confirming the entry point
is set correctly.

What am I missing or is this just not possible?



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---