On Tuesday, August 2, 2011 5:18:51 PM UTC+2, Emilio Bravo wrote: > > http://www.thoughtworks.com/articles/technology-radar-july-2011#Platforms > > thoughtworks technology radar july 2011, talk negatively about gwt, > these are the 3 reasons: > > "First, in many ways, JavaScript is more powerful and expressive than > Java, so we suspect that the generation is going in the wrong > direction." >
Scala+GWT should help to mitigate this problem by bringing support for Scala into GWT. Some promising examples how Scala helps can be found for example here: http://scalagwt.github.com/samples/Showcase.html#CwDatePicker If you take a look at source tab you'll see: datePicker onValueChange { event => val date = event.getValue() val dateString = DateTimeFormat.getMediumDateFormat().format(date) text.setText(dateString) } More examples can be found those slides: http://goo.gl/WXCGq (slides 23-25) -- Grzegorz -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/dTP1napVO3QJ. 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.
