Migration kit and start of migration documentation. See #1406.

* Documentation of migration kit
* Documentation of some of the changes
* akka-actor-migration module containing GlobalActorSystem, OldXxx classes and some implicit conversions
* Tried migration of WebWords sample
* Tried migration of akka-samples/async-workers
* Tried migration of akka-samples-trading
This commit is contained in:
Patrik Nordwall 2012-01-03 15:45:12 +01:00
parent 86265b2118
commit 4dd5e9612b
12 changed files with 1055 additions and 41 deletions

View file

@ -7,6 +7,9 @@ package akka.docs.actor
import akka.actor.Actor
import akka.actor.Props
import akka.event.Logging
//#imports1
import akka.dispatch.Future
import akka.actor.ActorSystem
import org.scalatest.{ BeforeAndAfterAll, WordSpec }