JVM Languages
-
Grails REST Example
In this example we shall show you how to create RESTful APIs using Grails. Exposing your application functionality to other applications…
Read More » -
Scala HTTP Example
In this Example series, we will see how to work with HTTP (Hyper Text Transfer Protocol) through a Web Application…
Read More » -
Scala REST Example
In this Example series, we will see how to have a REST (Web) Application in Scala. The following table shows…
Read More » -
Functional Programming in Scala
In this Tutorial article, we will see how to work with Functional Programming in Scala Programming Language. According to Wikipedia,…
Read More » -
Scala Tutorial for Beginners
In this Tutorial article, we will see how to work with Scala Programming language, which is similar to Java but…
Read More » -
Groovy Script Tutorial for Beginners
In this article we will see how easy it is to write scripting in Groovy, with a practical example that…
Read More » -
Groovy Dictionary Example
In this article we will see how to have a Dictionary in Groovy. Groovy does not have a built in…
Read More » -
Groovy Json Example
In this article we will see how to manipulate JSON data in Groovy. JSON (JavaScript Object Notation) is the much…
Read More » -
Grails on Groovy Tutorial
Grails is a web development framework integrated with JVM that lets developers to develop applications by using built-in features like…
Read More » -
Groovy String Example
1. Introduction String related manipulations have been always important in almost all programming languages. If you are using Groovy, you…
Read More »