Hi there, right now we are building a leading real estate website for all of Northern Texas which is using GWT to first include some components on php side as you can see at
www.homeprodigy.com where the search box on the top right is fully built with GWT. And we have a 100% GWT part of the website, a dynamic map which filters over 60000 properties at real time to the many filters that you can set and displays all of them on the map even when you are way zoomed out at www.homeprodigy.com/index.php?main_page=map I think that GWT is really a great technology, most of all being able to debug the code in the GWT Shell, the pain it takes from having to deal with the DOM and different browsers. What we learned during this project and having for the dynamic map already quite a huge application is the extensive of LazyWidget in order to instantiate the widgets only when they are needed. Especially for IE we had performance problems because of extensive equals() or equalsIgnoreCase () methods which we switched to the use of hashmaps. Items that we are looking for would certainly be OOPHM and the possibility to set points in the code so that the GWT code could be loaded lazily and thus speeding up load time of our application. Thanks for this great product and keep on with the great work! Dominik --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
