Martin Krasser's Blog
Tuesday, January 6, 2015
Starting A New Blog on Github Pages
›
I'll discontinue this blog and going to post new articles to http://krasserm.github.io from now on. You can subscribe to changes her...
Monday, December 16, 2013
Introduction to Akka Persistence
›
Akka Persistence is a new module in Akka 2.3. At the time of writing this post, it is available as milestone release (2.3-M2). Akka Persist...
10 comments:
Wednesday, March 20, 2013
Eventsourced for Akka - A high-level technical overview
›
Eventsourced is an Akka extension that adds scalable actor state persistence and at-least-once message delivery guarantees to Akka. With E...
2 comments:
Thursday, January 31, 2013
Event sourcing and external service integration
›
A frequently asked question when building event sourced applications is how to interact with external services. This topic is covered to som...
Thursday, February 23, 2012
Using JAXB for XML and JSON APIs in Scala Web Applications
›
In the past, I already mentioned several times the implementation of RESTful XML and JSON APIs in Scala web applications using JAXB, without...
7 comments:
Monday, February 28, 2011
Akka Producer Actors: New Features and Best Practices
›
In a previous post I wrote about new features and best practices for Akka consumer actors. In this post, I'll cover Akka producer actor...
7 comments:
Thursday, February 17, 2011
Akka Consumer Actors: New Features and Best Practices
›
In this blog post I want to give some guidance how to implement consumer actors with the akka-camel module. Besides basic usage scenarios, ...
1 comment:
›
Home
View web version