#2091 - Adding a small intro to the Microkernel docs to state what the purpose of it is.
This commit is contained in:
parent
5cbcb612b2
commit
1a3329baa2
2 changed files with 8 additions and 0 deletions
|
|
@ -4,6 +4,10 @@
|
|||
Microkernel (Java)
|
||||
==================
|
||||
|
||||
The purpose of the Akka Microkernel is to offer a bundling mechanism so that you can distribute
|
||||
an Akka application as a single payload, without the need to run in a Java Application Server or manually
|
||||
having to create a launcher script.
|
||||
|
||||
The Akka Microkernel is included in the Akka download found at `downloads`_.
|
||||
|
||||
.. _downloads: http://akka.io/downloads
|
||||
|
|
|
|||
|
|
@ -4,6 +4,10 @@
|
|||
Microkernel (Scala)
|
||||
===================
|
||||
|
||||
The purpose of the Akka Microkernel is to offer a bundling mechanism so that you can distribute
|
||||
an Akka application as a single payload, without the need to run in a Java Application Server or manually
|
||||
having to create a launcher script.
|
||||
|
||||
The Akka Microkernel is included in the Akka download found at `downloads`_.
|
||||
|
||||
.. _downloads: http://akka.io/downloads
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue