Changes for page WebObjects with Scala

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

From version 462.1
edited by Ravi Mendis
on 2010/12/24 00:35
Change comment: There is no comment for this version
To version 465.1
edited by Ravi Mendis
on 2010/12/24 00:37
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -25,13 +25,13 @@
25 25  === Can WebObjects be Programmed In Scala? ===
26 26  
27 27  Yes. It is very simple.
28 -Scala compiles to java bytecode.
28 +By virtue of being a JVM-language, Scala compiles to java bytecode.
29 29  
30 30  Furthermore, being a multi-paradigm language grants Scala easy WebObjects-interoperability.
31 31  
32 32  ===== Caveats =====
33 33  
34 -Legacy tool support is often cited as a weak point. If your Application class is in Scala then you will have to create an Eclipse launch configuration manually. The [[Eclipse Scala plugin>>http://www.scala-ide.org]] has been found to be slow at times and sometimes buggy.
34 +Legacy tool support is often cited as a weak point. The [[Eclipse Scala plugin>>http://www.scala-ide.org]] has been found to be slow at times and sometimes buggy.
35 35  
36 36  = WebObjects In Scala =
37 37