Skip to content

dhague/akkaServlet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A sample for the Typesafe Stack (http://typesafe.com/stack).

Akka 2.0 sample project using Java and Maven to implement a simple asynchronous servlet.

To run and test it use Maven invoke: 'mvn clean install' and then copy the WAR file from target to a Tomcat 7.0 or other Servlet 3.0-compliant container.

Call http://localhost:8080/akkaServlet-0.1-SNAPSHOT/ to test the Akka version
Call http://localhost:8080/akkaServlet-0.1-SNAPSHOT/plain to test the plain old servlet version

About

Demo of an asynchronous servlet using Akka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages