Changes for page WebObjects with Scala
Last modified by Ravi Mendis on 2011/05/10 02:10
From version 450.1
edited by Ravi Mendis
on 2010/12/23 06:56
on 2010/12/23 06:56
Change comment:
There is no comment for this version
To version 453.1
edited by Ravi Mendis
on 2010/12/23 06:51
on 2010/12/23 06:51
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -33,10 +33,8 @@ 33 33 Yes. It is very simple. 34 34 Scala compiles to java bytecode. Hence using it with WebObjects is fairly straightforward. 35 35 36 - =====Caveats=====36 +However, tool support is a weak point. You should use Eclipse 3.6 with bundle-less WO builds. If your Application class is in Scala then you will have to create an Eclipse launch configuration manually. One weird thing is that once you add the Scala nature to a WO project WOD completion will stop working - this is unfortunate. Also the [[Scala plugin>>http://www.scala-ide.org]] is rather slow and still very buggy. 37 37 38 -Tool support is a weak point. You should use Eclipse 3.6 with bundle-less WO builds. If your Application class is in Scala then you will have to create an Eclipse launch configuration manually. One weird thing is that once you add the Scala nature to a WO project WOD completion will stop working - this is unfortunate. Also the [[Scala plugin>>http://www.scala-ide.org]] is rather slow and still very buggy. 39 - 40 40 = WebObjects In Scala = 41 41 42 42 The following highlights some of the differences between Java and Scala in WebObjects: