This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Click the Run button in the toolbar above to start the story | |
| // | |
| // ================================================================= | |
| // | |
| // The source for the story is provided below | |
| val pageStyle = "color:#1e1e1e; margin:15px;font-size:large" | |
| val centerStyle = "text-align:center;" | |
| val headerStyle = "text-align:center;font-size:110%;color:maroon;" | |
| val codeStyle = "font-size:90%;" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Spotlight for Multi Node Testing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| In a new directory: | |
| > mkdir project foo bar | |
| Place ExampleBuild.scala and plugins.sbt in project | |
| sbt foo/dist |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Spotlight for SSL Support |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Spotlight for Futures |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| In a new directory: | |
| > mkdir project foo bar baz biz | |
| Place ExampleBuild.scala and plugins.sbt in project | |
| sbt foo/dist | |
| ls -la foo/target/dist/lib |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Akka 2.2 Spotlight Mailbox Configuration |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Akka 2.2 Spotlight Mailbox Requirements |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Multi Node testing and sbt-0.13 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Copyright (C) 2009-2015 Typesafe Inc. <http://www.typesafe.com> | |
| */ | |
| import akka.actor.ActorSystem | |
| import akka.http.Http | |
| import akka.http.Http.IncomingConnection | |
| import akka.http.model.HttpEntity | |
| import akka.http.model.Multipart.FormData | |
| import akka.http.server.{ Directives, Route, RoutingSetup } |
OlderNewer