Moving EmbeddedAppServer to akka-http and closing #451

This commit is contained in:
Viktor Klang 2010-10-04 14:08:55 +02:00
parent ea5f21457a
commit 29a901b515
2 changed files with 2 additions and 1 deletions

View file

@ -2,7 +2,7 @@
* Copyright (C) 2009-2010 Scalable Solutions AB <http://scalablesolutions.se>
*/
package se.scalablesolutions.akka.kernel
package se.scalablesolutions.akka.http
import javax.ws.rs.core.UriBuilder
import javax.servlet.ServletConfig

View file

@ -9,6 +9,7 @@ import se.scalablesolutions.akka.remote.BootableRemoteActorService
import se.scalablesolutions.akka.actor.BootableActorLoaderService
import se.scalablesolutions.akka.camel.CamelService
import se.scalablesolutions.akka.config.Config
import se.scalablesolutions.akka.http.EmbeddedAppServer
object Main {
def main(args: Array[String]) = Kernel.boot