List/Grid JVM Languages Subscribe to the RSS feed of category JVM Languages

Even simpler scalability with Akka through RegistryActor
Let’s imagine, your system is deployed on one node, where you running actors that literally draining out the resources. You want to add some more nodes running actors of the same ...

First steps into Scala
For over a full year now, I’ve been looking into Scala. I have heard many people talk about it passionately and it just got me interested. Also a lot of big companies are investing ...

Scala for 2012? Deciding Whether to Invest In a Programming Language
I have found it both interesting and rewarding to learn a new programming language or major framework on a roughly yearly basis. If forced to self-identify with any single programming ...

Scala’s version fragility make the Enterprise argument near impossible
I have been working with Scala for more than five years. In those five years, I’ve seen Scala evolve and seen the ecosystem and community evolve. An attribute of Scala is that ...

Scala Tutorial – code blocks, coding style, closures, scala documentation project
Preface This is part 12 of tutorials for first-time programmers getting into Scala. Other posts are on this blog, and you can get links to those and other resources on the links page ...

Scala Tutorial – SBT, scalabha, packages, build systems
Preface This is part 11 of tutorials for first-time programmers getting into Scala. Other posts are on this blog, and you can get links to those and other resources on the links page ...

Scala Tutorial – scripting, compiling, main methods, return values of functions
Preface This is part 10 of tutorials for first-time programmers getting into Scala. Other posts are on this blog, and you can get links to those and other resources on the links ...

Scala Tutorial – objects, classes, inheritance, traits, Lists with multiple related types, apply
Preface This is part 9 of tutorials for first-time programmers getting into Scala. Other posts are on this blog, and you can get links to those and other resources on the links ...

DI in Scala: Cake Pattern pros & cons
I’ve been looking at alternatives for java-style DI and DI containers which would use pure Scala; a promising candidate is the Cake Pattern (see my earlier blog post for information ...

Scala Tutorial – scala.io.Source, accessing files, flatMap, mutable Maps
Preface This is part 8 of tutorials for first-time programmers getting into Scala. Other posts are on this blog, and you can get links to those and other resources on the links ...


