Changes for page WebObjects with Scala

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

From version 333.1
edited by Ravi Mendis
on 2010/03/07 17:40
Change comment: There is no comment for this version
To version 336.1
edited by Ravi Mendis
on 2010/03/19 00:05
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -18,9 +18,9 @@
18 18  
19 19  Other notable features include:
20 20  
21 -|= |= Objective-C |= Java |= Scala
22 -|= Parametered methods | Yes //e.g: addObject: to~:// | No | Yes //e.g: add(object= ,to=)//
23 -|= Class composition | Categories | Interfaces | Traits
21 +|= |= Objective-C |= Java |= Scala
22 +|= Parametered methods | Yes //e.g: addObject: to~:// | No | Yes //e.g: add(object= ,to=)//
23 +|= Class composition | Categories | Interfaces | Traits
24 24  
25 25  === Why Use Scala? ===
26 26  
... ... @@ -200,7 +200,7 @@
200 200  
201 201  {{include value="WOL:Adding Scala Support to a WOLips Project"}}{{/include}}
202 202  
203 -{{note title="Note"}}
203 +{{note}}
204 204  
205 205  This is for Eclipse/WOLips IDE
206 206  
... ... @@ -237,3 +237,11 @@
237 237  1. Set ##scala.home## (the location Scala has been installed onto) in the project ##build.properties## file
238 238  1. [[Add the scalac task and properties>>Configuring Ant to Build Scala with WebObjects]] to the ant build.xml file
239 239  1. Run from the project directory: ##sudo ant clean install##
240 +
241 +== Caveats ==
242 +
243 +{{warning}}
244 +
245 +Currently mixed Scala and Java projects aren't supported by the Scala Eclipse IDE, though it is possible to do so providing your project is either mostly Java or mostly Scala.
246 +
247 +{{/warning}}