Changes for page WebObjects with Scala
Last modified by Ravi Mendis on 2011/05/10 02:10
From 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
To version 489.1
edited by Ravi Mendis
on 2010/12/24 00:08
on 2010/12/24 00:08
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -20,11 +20,8 @@ 20 20 21 21 === Why Use Scala? === 22 22 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. 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). 25 25 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 - 28 28 === Can WebObjects be Programmed In Scala? === 29 29 30 30 Yes. It is very simple.