Source Code For Scala Tutorials From http://allaboutscala.com/scala-frameworks/akka/
The Scala programming language is rapidly growing in popularity! Sadly, most of the online tutorials do not provide a step-by-step guide :(
At www.allaboutscala.com, we provide a complete beginner's tutorial to help you learn Scala in small, simple and easy steps.
- Tutorials are organized such that they allow you to learn gradually.
- Tutorials are written by taking into account the complete beginner.
- Tutorials will make you proficient with the same professional tools used by the Scala experts.
- Code snippets for Learn Akka
- For additional details, please visit www.allaboutscala.com
The examples below are the source code for Akka Tutorials from allaboutscala.com
- Actor System Introduction
- Tell Pattern
- Ask Pattern
- Ask Pattern mapTo
- Ask Pattern pipeTo
- Actor Hierarchy
- Actor Lookup
- Child Actors
- Actor Lifecycle
- Actor PoisonPill
- Error Kernel Supervision
- Akka Default Dispatcher
- Akka Lookup Dispatcher
- Fixed Thread Pool Dispatcher
- Resizable Thread Pool Dispatcher
- Pinned Thread Pool Dispathcer
- Actor FSM become()
- Actor FSM unbecome()
- Actor FSM protocol
- Actor LoggingFSM
- Actor LoggingFSM Part Two
- Actor LoggingFSM Part Three
- Actor LoggingFSM Part Four
- Actor LoggingFSM Part Five
- Actor LoggingFSM Part Six
- Actor FSM Scheduler
- Testing Actor FSM
- Testing Actor
- Testing Akka HTTP POST
- Testing Query Parameter
- Testing Required Query Parameter
- Testing Optional Query Parameter
- Testing Typed Query Parameter
- Testing CSV Query Parameter
- Akka HTTP project setup build.sbt
- Start Akka HTTP Server
- HTTP GET plain text
- HTTP GET JSON response
- JSON encoding
- JSON pretty print
- HTTP POST JSON payload
- Could not find implicit value
- HTTP DELETE restriction
- Future onSuccess
- Future onComplete
- Complete with an HttpResponse
- Try failure using an HttpResponse
- Global rejection handler
- Global exception handler
- Load HTML from resources
- RESTful URLs with segment
- RESTful URLS with regex
- RESTful URLS with multiple segments
- Query parameter
- Optional query parameter
- Typed query parameters
- CSV query parameter
- Query parameter to case class
- HTTP request headers
- HTTP client GET
- Unmarshal HttpResponse to case class
- HTTP client POST JSON
Stay in touch via LinkedIn, Facebook and Twitter for upcoming tutorials!
Nadim Bahadoor at http://allaboutscala.com/contact/
Apache 2.0 License - see the LICENSE.TXT file