JVM Languages
-
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 » -
Groovy Goodness: Closure as a Class
When we write Groovy code there is a big chance we also write some closures. If we are working with…
Read More » -
Write in Ceylon, Deploy as OSGI, use in JEE
… or how to use Ceylon inside Java EE application servers. The Ceylon language is inherently modular, and is shipped…
Read More »