Changes for page WebObjects with Scala
Last modified by Ravi Mendis on 2011/05/10 02:10
From version 287.1
edited by Ravi Mendis
on 2009/09/15 19:23
on 2009/09/15 19:23
Change comment:
There is no comment for this version
To version 288.1
edited by Ravi Mendis
on 2009/09/15 19:26
on 2009/09/15 19:26
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -13,8 +13,8 @@ 13 13 14 14 === Can WebObjects be Programmed With Scala? === 15 15 16 -Yes. 17 -Scala compiles to java bytecode. Hence i t canbe used easilywith WebObjects.16 +Yes. It is very simple. 17 +Scala compiles to java bytecode. Hence using it with WebObjects is fairly straightforward. 18 18 19 19 == How to Develop WebObjects With Scala == 20 20 ... ... @@ -21,6 +21,8 @@ 21 21 1. [[Install the Scala eclipse IDE>>http://www.scala-lang.org/node/94]] 22 22 1. Add Scala support to your project 23 23 11. Right-click your project in the WO Explorer 24 +11. In the context menu select Scala -> Add Scala Nature 25 +1. Convert or use ##.scala## instead of ##.java## source 24 24 25 25 {{note title="Note"}} 26 26