JVM Languages
-
Unique approach to observer/observable pattern in Ceylon
The essence of the famous observer/observable pattern is that you have an observable object that produces events of various kinds,…
Read More » -
Grails Goodness: Add Banner to Grails Application
Grails 3 is based on Spring Boot. This means we get a lot of the functionality of Spring Boot into…
Read More » -
Geb Gems: Running Geb Spock tests with Maven
Geb is framework which makes it easy to create functional tests for your application. Since you can use Groovy, Spock and…
Read More » -
Spark: Generating CSV files to import into Neo4j
About a year ago Ian pointed me at a Chicago Crime data set which seemed like a good fit for…
Read More » -
Short on Time? Switch to Groovy for Unit Testing
If you are a programming today, you have most likely heard of Unit Testing or of the Test-Driven Development process.…
Read More » -
Scala Snippet: Object, Companion Object and Static Methods
If you are a Java developer moving to Scala, one notable difference in terminology that can cause confusion is the…
Read More » -
Grails 3 Released: Installing Gradle and Groovy 2.4 Support in Eclipse/GGTS
Grails 3 has been released with a ton of new features. If you’re used to adding a new Grails distribution…
Read More » -
What’s new in Grails 3
A few days ago Grails 3.0 was officially released. Grails is now based on Spring Boot, the build system changed…
Read More » -
Scala Snippet: Case Class vs plain ordinary Class
In Scala there exist the construct of a ‘case class’. According to Martin Odersky this supports you to write a…
Read More »