Scala可以用来编写GWT应用程序吗? [英] Can Scala be used to write GWT applications?

查看:151
本文介绍了Scala可以用来编写GWT应用程序吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

可以使用Scala来编写GWT应用程序吗?
$ b

(注意:Java / Scala新手在这里...)

http://liftweb.net/ ,并且可以替代GWT如果你想要一个纯粹的Scala解决方案。



GWT是一个使用Java编写的Web框架。客户端用Java语言编写,编译成JavaScript,服务器端用Java编写,可以使用Java JVM中可用的任何资源。 Scala是一种编译成可在JVM上执行的字节码并可与标准Java程序进行交互的语言。

Can Scala be used to write GWT applications?

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

解决方案

Short answer is GWT can call into a program written using Scala. The most popular web framework written in Scala is Lift - http://liftweb.net/ and would be an alternative to GWT if you wanted a pure Scala solution.

GWT is a web framework written using Java. The client side is written in the Java Language and compiles into JavaScript and the server side is written in Java and can use any resources available in the Java JVM. Scala is a language that compiles into bytecodes that are executable on the JVM and can interact with standard Java programs as well.

这篇关于Scala可以用来编写GWT应用程序吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆