Changes for page WebObjects with Scala
Last modified by Ravi Mendis on 2011/05/10 02:10
From version 487.1
edited by Ravi Mendis
on 2010/12/24 00:09
on 2010/12/24 00:09
Change comment:
There is no comment for this version
To version 486.1
edited by Ravi Mendis
on 2010/12/24 00:07
on 2010/12/24 00:07
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -20,8 +20,11 @@ 20 20 21 21 === Why Use Scala? === 22 22 23 -For WebObjects developers, Scala offers itself as a powerful, safe and easy-to-use solution for [[concurrent computing>>Building Concurrent Applications with WebObjects and Scala]]. (In other words, Scala Actors can be used for problems that would have normally required threads). 23 +Scala can help you to write thread-safe code. 24 +It has concurrency that is built-in to the standard library, primarily via Actors. 24 24 26 +So for WebObjects developers, Scala offers itself as a powerful, safe and easy-to-use solution for [[concurrent applications>>Building Concurrent Applications with WebObjects and Scala]]. (In other words, Scala Actors can be used for problems that would have normally required threads). 27 + 25 25 === Can WebObjects be Programmed In Scala? === 26 26 27 27 Yes. It is very simple. ... ... @@ -31,7 +31,7 @@ 31 31 32 32 ===== Caveats ===== 33 33 34 - Legacy tool support isoften citedasaweak point. If your Application class is in Scala then you will have to create an Eclipse launch configuration manually. Also the [[Scala plugin>>http://www.scala-ide.org]]canbe slow at times and sometimesbuggy.37 +Tool support is a weak point. If your Application class is in Scala then you will have to create an Eclipse launch configuration manually. Also the [[Scala plugin>>http://www.scala-ide.org]] is rather slow and still very buggy. 35 35 36 36 = WebObjects In Scala = 37 37