Changes for page WebObjects with Scala
Last modified by Ravi Mendis on 2011/05/10 02:10
From version 419.1
edited by Ravi Mendis
on 2010/01/14 22:58
on 2010/01/14 22:58
Change comment:
There is no comment for this version
To version 418.1
edited by Ravi Mendis
on 2010/01/14 22:54
on 2010/01/14 22:54
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -30,10 +30,10 @@ 30 30 With Web 2.0, building concurrent WebObjects applications is a must. 31 31 Developing and maintaining a concurrent or multi-threaded WebObjects application can be challenging. 32 32 33 - ThelackoficvariablesmeansthatScala is inherently thread-safe.34 -I thas concurrencythatiseffectivelybuilt-inothelanguagein the formofActors.33 +Scala offers concurrency that is (effectively) built-in to the language and is inherently thread-safe. 34 +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. 35 35 36 - Sofor WebObjectsdevelopers,Scala offers itself as apowerful,safeandeasy-to-usesolutionforconcurrent applications.36 +In addition Scala offers itself as a solution for tasks that typically would have involved threads in a WebObjects application 37 37 38 38 === Can WebObjects be Programmed In Scala? === 39 39