Can Scala be used to write GWT applications?

后端 未结 7 1789
旧时难觅i
旧时难觅i 2020-12-29 04:19

Can Scala be used to write GWT applications?

(NOTE: Java/Scala novice here...)

7条回答
  •  礼貌的吻别
    2020-12-29 05:14

    Yes!

    It haves Scala+GWT Project, scalagwt. Quick status (my opinion of course): one step before production usage.

    Detailed status from scala-lang.org

    The Scala to Javascript project is a research project and not yet what we could call a product. You can have fun, but it's not quite at the bet-your-job on it stage yet. There are bugs. We need quite a bit of work on documentation and smoothing the edges.

    Github

    The Scala+GWT project aims to compile Scala code for the browser via the GWT toolchain. You can fork scalagwt project on github here

    Scala + GWT | GoogleDevelopers

    See nice presentation and a lot of explanation on Youtube here

提交回复
热议问题