Hi, the question as it comes with the topic is not really what you and other want to be answered.
Hand crafted javascript is always able to be as good or better then GWT output, just because it is possible to do the same as GWT. (What ever one considers to be "good" or "better", performance, startuptime) The real question is, do we get better javaScript output with the same effort. In generall you get good concepts for free using GWT (reducing download time, css sprites, code splitting, security and so on). However, in very special cases pure JavaScript may be the better approach (until someone comes up with an appropriate GWT project) Stefan Bachert http::/gwtworld.de Inquiries for professional GWT support are welcome. I am sorry, I won't do free personal support. On 26 Jul., 17:38, Ciarán <[email protected]> wrote: > Hey everyone I am really interested in GWT for a project I am working > at the moement. The main benefit for me is the fact that I don't have > to write JavaScript which I really dislike, but then I was thinking > would the code produced by GWT be slower then hand crafted JavaScript > so I ran a benchmark, the results of which I posted herehttp://bit.ly/cxo4dS > some very interesting results when running it on the iphone. -- 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.
