Changes for page WebObjects with Scala
Last modified by Ravi Mendis on 2011/05/10 02:10
From 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
To version 422.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
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,7 +1,7 @@ 1 1 === What is Scala? === 2 2 3 3 Scala is a modern language not unlike Groovy. 4 -It is said to be more powerful and faster than Groovy or Rub. 4 +It is said to be more powerful and faster than Groovy or Ruby. 5 5 This has 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. ... ... @@ -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 - Scala offersconcurrencythats (effectively)built-in to thelanguageandis inherently thread-safe.34 -I n otherwords, developing Ajax (i.e asynchronouscommunication)withWO willrequireconcurrentrequest handlingdthread-safecode,forwhichScala is a better choice than Java.33 +The lack of static variables means that Scala is inherently thread-safe. 34 +It has concurrency that is effectively built-in to the language in the form of Actors. 35 35 36 - InadditionScala offers itself as asolutionfortasksthat typically would haveinvolvedthreadsinaWebObjectsapplication36 +So for WebObjects developers, Scala offers itself as a powerful, safe and easy-to-use solution for concurrent applications. 37 37 38 38 === Can WebObjects be Programmed In Scala? === 39 39