Changes for page WebObjects with Scala
Last modified by Ravi Mendis on 2011/05/10 02:10
From version 193.1
edited by Ravi Mendis
on 2009/09/15 18:55
on 2009/09/15 18:55
Change comment:
There is no comment for this version
To version 191.1
edited by Ravi Mendis
on 2009/09/15 19:09
on 2009/09/15 19:09
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,1 +1,9 @@ 1 1 === What is Scala? === 2 + 3 +Scala is a modern language not unlike Groovy. 4 +It is said to be more powerful (and faster) than Groovy or Rails which has been the reason for its adoption at sites like Twitter. 5 + 6 +=== Can I Use Scala with WebObjects? === 7 + 8 +Yes. 9 +Scala compiles to java bytecode. Hence it can be used easily with WebObjects.