VOOZH about

URL: https://www.javacodegeeks.com/tag/akka/page/6

⇱ Akka Archives - Page 6 of 9 - Java Code Geeks


  • Core Java👁 Image
    Tomasz NurkiewiczJune 3rd, 2014
    3 123

    Simplifying trading system with Akka

    My colleagues are developing a trading system that processes quite heavy stream of incoming transactions. Each transaction covers one Instrument…

    Read More »
  • Enterprise Java👁 Image
    Romi AwasthyMay 4th, 2014
    2 124

    Akka Java for large-scale event processing

    We are designing a large scale distributed event-driven system for real-time data replication across transactional databases. The data(messages) from the source system…

    Read More »
  • Enterprise Java👁 Image
    Theodora FragkouliMarch 19th, 2014
    0 138

    Akka Toolkit 2.3 released

    The release of 2.3.0 version of Akka toolkit was recently announced. Akka is a very useful toolkit and runtime for…

    Read More »
  • Scala👁 Image
    Tomasz NurkiewiczJanuary 17th, 2014
    1 132

    Three flavours of request-response pattern in Akka

    Imagine a simple Akka actor system consisting of two parties: MonitoringActor and NetworkActor. Whenever someone (client) sends CheckHealth to the…

    Read More »
  • Scala👁 Image
    Rajith DelanthaOctober 2nd, 2013
    0 119

    Sending Email with Java and Akka actors

    Akka is a concurrent framework written by Scala. Here I demonstrate sample application to send emails with Akka and implemented…

    Read More »
  • Scala👁 Image
    Nepomuk SeilerAugust 30th, 2013
    0 183

    Future Composition with Scala and Akka

    Scala is functional and object-oriented language, which runs on the JVM. For concurrent and/or parallel programming it is a suitable…

    Read More »
  • Scala👁 Image
    Tomasz NurkiewiczJuly 22nd, 2013
    2 135

    Managing congested actors in Akka

    There comes a time in an Akka application when an actor can longer handle increasing load. Since each actor can…

    Read More »
  • Enterprise Java👁 Image
    Adam WarskiJune 27th, 2013
    0 183

    Akka vs Storm

    I was recently working a bit with Twitter’s Storm, and it got me wondering, how does it compare to another…

    Read More »
  • Scala👁 Image
    Adam WarskiJune 7th, 2013
    0 118

    ElasticMQ 0.7.0: long polling, non-blocking implementation using Akka and Spray

    ElasticMQ 0.7.0, a message queueing system with an actor-based Scala and Amazon SQS-compatible interfaces, was just released. It is a…

    Read More »
  • First
  • ...
  • «
  • 4
  • 5
  • 6
  • 7
  • 8
  • »
  • ...
  • Last
Back to top button
Close