Changes for page WebObjects with Scala

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

From version 416.1
edited by Ravi Mendis
on 2010/01/14 22:54
Change comment: There is no comment for this version
To version 418.1
edited by Ravi Mendis
on 2010/01/14 22:54
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -7,7 +7,7 @@
7 7  Many of its features and paradigms favor multi-threading and concurrency.
8 8  It could be said that Scala was designed from the ground up for concurrency.
9 9  
10 -Some of these features may not be unfamiliar to Objective-C and WebObjects developers. Here's a summary:
10 +Some of these features may not be unfamiliar to Objective-C or WebObjects developers. Here's a summary:
11 11  
12 12  |= |= Objective-C |= Java |= Scala
13 13  |= Mutable/Immuable Datatypes | Collections //e.g: NSArray/NSMutableArray// | No | Yes