Author: gertv
Date: Wed Jul 20 08:05:17 2011
New Revision: 1148643
URL: http://svn.apache.org/viewvc?rev=1148643&view=rev
Log:
Adding a few useful Scala references to the website
Added:
servicemix/website/trunk/src/main/webapp/developers/source/scala-reference.page
Modified:
servicemix/website/trunk/src/main/webapp/developers/source/smx5-source.page
Added:
servicemix/website/trunk/src/main/webapp/developers/source/scala-reference.page
URL:
http://svn.apache.org/viewvc/servicemix/website/trunk/src/main/webapp/developers/source/scala-reference.page?rev=1148643&view=auto
==============================================================================
---
servicemix/website/trunk/src/main/webapp/developers/source/scala-reference.page
(added)
+++
servicemix/website/trunk/src/main/webapp/developers/source/scala-reference.page
Wed Jul 20 08:05:17 2011
@@ -0,0 +1,14 @@
+---
+title: Some useful Scala references
+--- name:content pipeline:conf
+
+Our [ServiceMix 5|smx5-source] project is the first piece of Apache ServiceMix
that is being developed using [Scala|http://www.scala-lang.org] instead of Java.
+On this page, you'll find a few links to useful resources about (getting
started with) Scala, recommended by members of the Apache ServiceMix community
to ease your transition into the Scala world.
+
+h2. Books
+* Odersky, M., Spoon, L., and Venners, B. (2011) _Programming Scala 2nd Ed._
Artima Inc. ([publisher book
info|http://www.artima.com/shop/programming_in_scala_2ed])
+* Subramaniam, V. (2009) _Programming Scala._ Pragmatic Bookshelf. ([publisher
book info|http://pragprog.com/book/vsscala/programming-scala])
+
+h2. Websites
+* [Learn Scala|http://www.scala-lang.org/node/1305] resources from the main
[Scala|http://www.scala-lang.org] website
+* [Scala for Java
refugees|http://www.codecommit.com/blog/scala/roundup-scala-for-java-refugees]
blog series
Modified:
servicemix/website/trunk/src/main/webapp/developers/source/smx5-source.page
URL:
http://svn.apache.org/viewvc/servicemix/website/trunk/src/main/webapp/developers/source/smx5-source.page?rev=1148643&r1=1148642&r2=1148643&view=diff
==============================================================================
--- servicemix/website/trunk/src/main/webapp/developers/source/smx5-source.page
(original)
+++ servicemix/website/trunk/src/main/webapp/developers/source/smx5-source.page
Wed Jul 20 08:05:17 2011
@@ -12,6 +12,8 @@ h2. Building
This project is a normal Maven build. Just use *{{mvn clean install}}* to
build.
+Because this is the first part of Apache ServiceMix where we use Scala, we
have provided a list of [getting started resources|scala-reference] that can
help you build your first Scala patch.
+
--- name:content pipeline:ssp
<%@ val overview : String %>
<%@ val building : String %>