Scala、Swing 和 MVC
我在《Scala 编程》一书中找到了一些有关在 Scala 中使用 Swing 的信息。我还在这里找到了一些基本信息: http://www.scala-lang.org/sid/8 。但目前还没有关于如何基于Swing构建更大的应用程序的信息。我发现了一些德语信息(但代码是Scala;)):http://www.scalatutorial。 de/topic123.html 。它很好......但它仍然适合小型应用程序。我要写更大的东西。因此,我不想创建一个模型,而是创建几个模型,并为每个模型创建几个视图,就像 Ruby on Rails 中那样。您知道一些好的教程或示例可以帮助我正确地做到这一点吗?
I found some informations about using Swing with Scala in Programming in Scala book. I also found some basic informations here: http://www.scala-lang.org/sid/8 . But there are no informations about how to build bigger application based on Swing. Than I found some informations in German (but code is in Scala;)): http://www.scalatutorial.de/topic123.html . And it is good... but still, it is good for small applications. I'm going to wrote something bigger. So I want to make not one, but few models, and few views for each, like in Ruby on Rails. Do you know some good tutorials or egsamples which may help me do it properly?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个使用 scala-swing 的程序: https://github.com/lrytz/pacman,也相当小尽管。
here's a program using scala-swing: https://github.com/lrytz/pacman, also rather small though.