Fn Project Groovy functions with Oracle Fn Project In this introduction I'll show you how you can easily start building your Fn Project functions with Groovy and Gradle.
Groovy Programming Building RESTful Web Services with Groovy There are many techniques and frameworks for making micro-services on the JVM today. Some of them are well known, other less so. In this article I'm going to go through how
Vaadin Framework Gradle Vaadin Plugin 1.2 released I am happy to announce a new minor version of the plugin! Here are the most prominent changes with the 1.2 release. Plugin id changes The old plugin id (fi.jasoft.plugin.
Groovy Programming Writing AngularJS applications in Groovy AngularJS has taken the world by storm. Nobody can deny that. Angular's declarative approach allows developers and designers alike to work closely together, designers creating the layouts and style of the
Vaadin Framework Binding Groovy beans to Vaadin Fields Say we have the following simple Person POJO from our application model and we want to tie the first name and last name fields to Vaadin Labels. public class Person { String firstName; String