Thursday, September 3, 2015

The future of GWT and functional programming on the web

Although I have major projects in development using GWT, I'm concerned for its future, and I need to make decisions about which technologies to use for new development.  The reason for my concern is that after years of updates to GWT and reports of new technologies, 2015 has been quiet.  The official release of GWT 2.8.0, the release would provide for GWT developers the long-awaited syntax and libraries of Java 8, seems to have been postponed indefinitely, with no reports as to when it's likely to appear.  There's certainly no sign of GWT 3.0, which was discussed at GWT.create 2015.  

GWT seems to have lost visibility at major forums for software development, such as InfoQ, instead, the talk is of native JavaScript, ClojureScript and Scala.js.  If GWT is no longer going to be providing a way to use modern software techniques (such as the new functional syntax of Java 8) on the client side, what is likely to be the best alternative?  Scala.js seems the closest, providing a type-safe high-performance language on the JVM, and full functional programming on the web.  (There was a Scala GWT project for a short time, but that has died).

Is there likely to be an official GWT 2.8, even if GWT 3.0 never happens?   Or should those of us who want to make use of the power of functional programming accept that Java (via GWT) isn't going to ever officially provide that on web clients?

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment