JVM Languages
-

Ceylon: Ceylon command-line plugins
With Ceylon we try our best to make every developer’s life easier. We do this with a great language, a…
Read More » -

Keeping the Meaning with the Bytes
Back to the Future… This post was from November 2006. I had just started playing with Scala and was trying…
Read More » -

Grails Generate Asynchronous Controller
Since version 2.3, Grails supports asynchronous parallel programming to support modern multiple core hardware. Therefore a new Grails command is…
Read More » -

Testing your plugin with multiple version of Play
So, you’ve written a plugin for Play…are you sure it works? I’ve been giving Deadbolt some love recently, and as…
Read More » -

Akka Notes – Child Actors and ActorPath – 6
Actors are completely hierarchical. Whatever Actors that you create HAS to be a child of some other Actor. Let’s analyze…
Read More » -

Akka Notes – Actor Lifecycle – Basic – 5
(Please note that this lifecycle write-up does not cover the preRestart or the postRestart methods. We’ll talk about them when…
Read More » -

Ceylon: Planning the future of Ceylon 1.x
With the release of Ceylon 1.1, we’ve reached a point where we need to do some serious thinking about what…
Read More » -

Akka Notes – ActorSystem (Configuration and Scheduling) – 4
As we saw from our previous posts, we could create an Actor using the actorOf method of the ActorSystem. There’s…
Read More » -

Typesafe APIs for the browser
A new feature in Ceylon 1.1, that I’ve not blogged about before, is dynamic interfaces. This was something that Enrique…
Read More »



