Scala
-
Request and response – discovering Akka
In the previous part we implemented our first actor and sent message to it. Unfortunately actor was incapable of returning…
Read More » -
Your first message – discovering Akka
Akka is a platform (framework?) inspired by Erlang, promising easier development of scalable, multi-threaded and safe applications. While in most…
Read More » -
Testing Quartz Cron expressions
Declaring complex Cron expressions is still giving me some headaches, especially when some more advanced constructs are used. After all,…
Read More » -
JavaOne 2012: Scala Tricks
The first session I attended after lunch was Venkat Subramaniam‘s ‘Scala Tricks,’ held in the Hilton Golden Gate 3/4/5 conference…
Read More » -
JavaOne 2012: What’s New in Scala 2.10
After getting lunch, I went to Hilton Golden Gate 6/7/8 to see Martin Odersky‘s (Typesafe) presentation ‘What’s New in Scala…
Read More » -
Getting started with Scala and Scalatra – Part IV
Welcome to the last part of this series of tutorials on scala and scalatra. In this part we’ll look at…
Read More » -
RateLimiter – discovering Google Guava
RateLimiter class was recently added to Guava libraries (since 13.0) and it is already among my favourite tools. Have a…
Read More » -
Fault-tolerance primitives in Scala: links and traps
Over the last decade Actor Model is actively marketed as a simple, effective and save concept for building concurrency. Being…
Read More » -
Getting started with Scala and Scalatra – Part III
This post is the third on a series of articles I’m writing on scalatra. In ‘part I’ we created the…
Read More »