Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does mozillas firefox countless versions make GWT development impossible?

Tags:

firefox

gwt

There was no GWT plugin for firefox 6 and likely there won't be a release for firefox 7, because firefox 8 is already in beta. How can I develop a GWT app, when mozilla releases one firefox version after another? How can I ensure browser compatibility?

like image 913
Christian Strempfer Avatar asked Sep 30 '11 20:09

Christian Strempfer


3 Answers

I've been happy so far staying a version behind in Firefox for the plugin, and using compiled code for tests in newer versions. There is now an automatic update for the gwt plugin for Firefox 6, so someone is keeping something updated.

PS: I've yet to notice a single-pixel difference in firefox rendering between recent versions!

like image 151
Riley Lark Avatar answered Sep 29 '22 00:09

Riley Lark


It does not make it impossible, it just makes it equivalent to regular development. You can still test it on the latest version of Firefox, as well as the other platforms for which the GWT plugin is available. Beta versions of browsers, latest versions (which do not yet have GWT plugins released), and obscure browsers will just need to be tested manually.

like image 42
Jon Newmuis Avatar answered Sep 29 '22 00:09

Jon Newmuis


For those who are impatient to wait for an official release, you can download a prebuilt from the code repository. It does the job with Firefox 7.

GWT Plugin Prebuilt at Google Code

like image 23
Christian Strempfer Avatar answered Sep 29 '22 01:09

Christian Strempfer