Changes for page WebObjects with Scala
Last modified by Ravi Mendis on 2011/05/10 02:10
From version 364.1
edited by Ravi Mendis
on 2009/10/13 23:39
on 2009/10/13 23:39
Change comment:
There is no comment for this version
To version 367.1
edited by Ravi Mendis
on 2009/12/02 00:05
on 2009/12/02 00:05
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -53,7 +53,7 @@ 53 53 54 54 {{code}} 55 55 56 -public class _Talent extends EOGenericRecord {56 +public class Talent extends EOGenericRecord { 57 57 public static final String ENTITY_NAME = "Talent"; 58 58 59 59 {{/code}} ... ... @@ -62,7 +62,7 @@ 62 62 63 63 {{code}} 64 64 65 -object _Talent extends EOGenericRecord {65 +object Talent extends EOGenericRecord { 66 66 val ENTITY_NAME = "Talent" 67 67 68 68 {{/code}} ... ... @@ -206,4 +206,5 @@ 206 206 207 207 1. Point to the local [[Scala versions>>http://wiki.objectstyle.org/confluence/display/WOL/EOGenerator+Templates+and+Additions]] of the .eotemplate files for ##Entity## and ##//Entity//## 208 208 1. Change the File Names Extension to "scala" 209 +1. In Destination Paths set the Superclass Package (e.g: base) 209 209 1. Uncheck Java under Options