GWT 1.4 FAQs
Fundamentals
- What browsers does GWT currently support?
- What happens when a new browser comes out? Do I have to wait for the GWT compiler to be updated?
- Can I use GWT 1.4 on Mac OS X 10.5 (Leopard)?
- What is a GWT Module?
- Do I need to run Tomcat on my server to use GWT?
- How do I change the location of my cache/nocache HTML files?
- What's with all the cache/nocache stuff and weird filenames?
- What is Deferred Binding?
- My ImageBundle images show up in Firefox, Opera and Safari, but aren't showing up in Internet Explorer. What's the deal?
- GWT's History feature is great, but it has been driving me bananas on Safari 2.0. What's the History between GWT and Safari 2.0?
- I want to develop my application using standards-mode. Does GWT currently support it?
- Can I use GWT with my favorite server-side templating tool?
- How do I know which GWT modules I need to inherit?
- What is the Single Origin Policy, and how does it affect GWT?
Bug and Issue Tracking
Communicating with a Server
Java-to-JavaScript Compiler
Internationalization
JavaScript Native Interface
- How can I dynamically fetch JSON feeds from other web domains?
- How can I call one of my GWT Java methods from my application host page?
- How do I call Java methods from handwritten JavaScript or third party libraries?
- Help! I'm having problems with eval() in my JSNI method!
- Why doesn't the bridge call to my JSNI method work in .onclick?