JVM languages – Scala, Groovy, Grails news, help and research - TheServerSide.com

Java Development Topics:

JVM languages – Scala, Groovy, Grails

Java Virtual Machines (JVMs) can be a crucial component for a software platform, and even become a platform in itself. But you need to choose which JVM language to run on top of the JVM. Scala and Groovy are two popular choices. Scala is an object oriented language designed to be highly scalable. Groovy is similar to the standard Java language with several additional features. The Grails framework leverages Groovy under a "coding by convention" paradigm.

In this section on JVM languages, get news, advice, and tutorials on Scala, Groovy, and Grails. This information will help you choose with language to run on top of a JVM, and how to get the most out of the language you choose. These languages help you to create dynamic Web content on a Java platform. Learn about popular Java Virtual Machine (JVM) languages Scala and Groovy and learn about the framework for Groovy, Grails.

News:

1 - 3 of 18

VIEW ALL News ON JVM languages – Scala, Groovy, Grails

Reference & Learning:

1 - 3 of 8

VIEW ALL Reference & Learning ON JVM languages – Scala, Groovy, Grails

Expert Technical Advice:

1 - 2 of 2
  • Java 7 and the intricacies of safe and unsafe casting 26 Jan 2012

    Tip - One of the problems with casting is that it does have the potential to cause a loss of precision, especially if the number that gets cast does indeed fall outside of the range of the target type. Here we will explain why this happens.

  • Dependency Injection in Java EE 6 (Part 6) 15 Mar 2011

    Tip - In this last article of the series, we will cover portable extensions, available implementations as well as CDI alignment with Seam, Spring and Guice.

VIEW ALL Expert Technical Advice ON JVM languages – Scala, Groovy, Grails