Changes for page WebObjects with Scala
Last modified by Ravi Mendis on 2011/05/10 02:10
From version 396.1
edited by Ravi Mendis
on 2010/01/17 22:09
on 2010/01/17 22:09
Change comment:
There is no comment for this version
To version 399.1
edited by Ravi Mendis
on 2010/01/17 22:07
on 2010/01/17 22:07
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -27,6 +27,7 @@ 27 27 === Why Use Scala? === 28 28 29 29 Scala is inherently thread-safe. 30 +Because of the lack of static variables developers don't need to worry about synchronising access to mutable shared data. 30 30 It has concurrency that is effectively built-in to the language. 31 31 32 32 So for WebObjects developers, Scala offers itself as a powerful, safe and easy-to-use solution for concurrent applications. (In other words, Scala Actors can be used for problems that would have normally required threads).