Getting started link to Activator
This commit is contained in:
parent
7c8f3ade69
commit
ccab91691d
2 changed files with 5 additions and 10 deletions
|
|
@ -3,8 +3,8 @@
|
||||||
Akka and the Java Memory Model
|
Akka and the Java Memory Model
|
||||||
================================
|
================================
|
||||||
|
|
||||||
A major benefit of using the Typesafe Stack, including Scala and Akka, is that it simplifies the process of writing
|
A major benefit of using the Typesafe Platform, including Scala and Akka, is that it simplifies the process of writing
|
||||||
concurrent software. This article discusses how the Typesafe Stack, and Akka in particular, approaches shared memory
|
concurrent software. This article discusses how the Typesafe Platform, and Akka in particular, approaches shared memory
|
||||||
in concurrent applications.
|
in concurrent applications.
|
||||||
|
|
||||||
The Java Memory Model
|
The Java Memory Model
|
||||||
|
|
|
||||||
|
|
@ -10,18 +10,13 @@ later installed on you machine.
|
||||||
Getting Started Guides and Template Projects
|
Getting Started Guides and Template Projects
|
||||||
--------------------------------------------
|
--------------------------------------------
|
||||||
|
|
||||||
The best way to start learning Akka is to download the Typesafe Stack and either try out
|
The best way to start learning Akka is to download `Typesafe Activator <http://typesafe.com/platform/getstarted>`_
|
||||||
the Akka Getting Started Tutorials or check out one of Akka Template Projects. Both comes
|
and try out one of Akka Template Projects.
|
||||||
in several flavours depending on your development environment preferences.
|
|
||||||
|
|
||||||
- `Download Typesafe Stack <http://typesafe.com/stack/download>`_
|
|
||||||
- `Getting Started Tutorials <http://typesafe.com/resources/getting-started>`_
|
|
||||||
- `Template Projects <http://typesafe.com/stack/download#template>`_
|
|
||||||
|
|
||||||
Download
|
Download
|
||||||
--------
|
--------
|
||||||
|
|
||||||
There are several ways to download Akka. You can download it as part of the Typesafe Stack
|
There are several ways to download Akka. You can download it as part of the Typesafe Platform
|
||||||
(as described above). You can download the full distribution with microkernel, which includes
|
(as described above). You can download the full distribution with microkernel, which includes
|
||||||
all modules. Or you can use a build tool like Maven or SBT to download dependencies from the
|
all modules. Or you can use a build tool like Maven or SBT to download dependencies from the
|
||||||
Akka Maven repository.
|
Akka Maven repository.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue