Changes for page WebObjects with Scala

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

From version 439.1
edited by Ravi Mendis
on 2010/12/23 06:45
Change comment: There is no comment for this version
To version 442.1
edited by Ravi Mendis
on 2010/12/23 06:48
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -34,7 +34,7 @@
34 34  Yes. It is very simple.
35 35  Scala compiles to java bytecode. Hence using it with WebObjects is fairly straightforward.
36 36  
37 -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 is rather slow and still very buggy.
37 +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.
38 38  
39 39  = WebObjects In Scala =
40 40