Changes for page WebObjects with Scala

Last modified by Ravi Mendis on 2011/05/10 02:10

From version 409.1
edited by Ravi Mendis
on 2010/01/14 23:04
Change comment: There is no comment for this version
To version 412.1
edited by Ravi Mendis
on 2010/01/14 22:59
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -5,10 +5,9 @@
5 5  This's been the reason for its adoption at sites like Twitter.
6 6  
7 7  Many of its features and paradigms favor multi-threading and concurrency.
8 -It could be said that Scala was designed from the ground up with concurrency in mind.
8 +It could be said that Scala was designed from the ground up for concurrency.
9 9  
10 -Some of its features may not be unfamiliar to Objective-C or WebObjects developers.
11 -Here's a quick summary:
10 +Some of these features may not be unfamiliar to Objective-C or WebObjects developers. Here's a summary:
12 12  
13 13  |= |= Objective-C |= Java |= Scala
14 14  |= Mutable/Immuable Datatypes | Collections //e.g: NSArray/NSMutableArray// | No | Yes
... ... @@ -28,6 +28,7 @@
28 28  
29 29  === Why Use Scala? ===
30 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 33  The lack of static variables means that Scala is inherently thread-safe.