Hello Jim, Jim Freeze schrieb: > My comments are inline below.
Of course, that's the way, quoting in mails should take place ;-) > Please pardon me if they > are not popular to the Java perspective. But don't be surprised if GWT-applications are now popping up showing Google Maps with a crosshair pointing to a place near you ;-) > My favorite IDE is certainly not eclipse, and probably not the best to use > with Django. The server side can be quickly written and tested independent > of the client side. I consider that a plus. Is that a difference to the server-side of GWT? Especially the fact, that the RemoteServiceServlet is processing the HTTP-request and calls the different methods using reflection was one of the things that let me decide for GWT, because that way you can write a simple JUnit-test that is instantiating the servlet normally and calls the methods instead of building an HTTP-request to simulate a complete HTTP-server by using HTTPUnit (that differs to real servers leaving bugs that only appear after deployment). Best regards, Lothar --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
