Changes for page WebObjects with Scala

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

From version 536.3
edited by Ravi Mendis
on 2023/11/13 11:58
Change comment: Update document after refactoring.
To version 538.1
edited by Ravi Mendis
on 2011/05/10 02:10
Change comment: Renamed back-links.

Summary

Details

Page properties
Content
... ... @@ -100,7 +100,7 @@
100 100  
101 101  === Why Use Scala? ===
102 102  
103 -For WebObjects developers, Scala offers itself as a powerful, safe and easy-to-use solution for [[concurrent computing>>doc:documentation.Building Concurrent Applications with WebObjects and Scala]]. (In other words, Scala Actors can be used for problems that would have normally required threads).
103 +For WebObjects developers, Scala offers itself as a powerful, safe and easy-to-use solution for [[concurrent computing>>doc:documentation.Home.How-tos.WebObjects with Scala.Building Concurrent Applications with WebObjects and Scala.WebHome]]. (In other words, Scala Actors can be used for problems that would have normally required threads).
104 104  
105 105  === Can WebObjects be Programmed In Scala? ===
106 106  
... ... @@ -353,5 +353,5 @@
353 353  
354 354  1. [[Download>>url:http://www.scala-lang.org/downloads||shape="rect"]] and install Scala
355 355  1. Set {{code language="none"}}scala.home{{/code}} (the location Scala has been installed onto) in the project {{code language="none"}}build.properties{{/code}} file
356 -1. [[Add the scalac task and properties>>doc:documentation.Configuring Ant to Build Scala with WebObjects]] to the ant build.xml file
356 +1. [[Add the scalac task and properties>>doc:documentation.Home.How-tos.WebObjects with Scala.Configuring Ant to Build Scala with WebObjects.WebHome]] to the ant build.xml file
357 357  1. Run from the project directory: {{code language="none"}}sudo ant clean install{{/code}}