Changes for page WebObjects with Scala
Last modified by Ravi Mendis on 2011/05/10 02:10
From version 423.1
edited by Ravi Mendis
on 2010/01/05 20:56
on 2010/01/05 20:56
Change comment:
There is no comment for this version
To version 425.1
edited by Ravi Mendis
on 2010/01/14 22:52
on 2010/01/14 22:52
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -29,7 +29,7 @@ 29 29 Scala offers concurrency that is (effectively) built-in to the language and is inherently thread-safe. 30 30 In other words, developing Ajax (i.e asynchronous communication) with WO will require concurrent request handling and thread-safe code, for which Scala is a better choice than Java. 31 31 32 -In addition it mayoffernewsolutionsfor concurrencyin WebObjects and EOF.32 +In addition Scala offers itself as a solution for tasks that typically would have involved threads in a WebObjects application 33 33 34 34 === Can WebObjects be Programmed In Scala? === 35 35