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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment