Changes for page WebObjects with Scala

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

From version 472.1
edited by Ravi Mendis
on 2010/12/24 00:44
Change comment: There is no comment for this version
To version 475.1
edited by Ravi Mendis
on 2010/12/24 00:49
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -61,7 +61,7 @@
61 61  
62 62  {{code}}
63 63  
64 -object Talent extends EOGenericRecord {
64 +object Talent {
65 65   val ENTITY_NAME = "Talent"
66 66  
67 67  {{/code}}
... ... @@ -76,8 +76,6 @@
76 76  
77 77  ==== Compacted imports ====
78 78  
79 -Two lines in Java are compacted into one in Scala.
80 -
81 81  In Java:
82 82  
83 83  {{code value="java"}}