OReilly - Groovy Fundamentals
English | 2015 | .FLV | h264, yuv420p, 1920x1080, 29.97 fps(r) | aac, 44100 Hz, stereo | 5.23 GB
Genre: E-learning
English | 2015 | .FLV | h264, yuv420p, 1920x1080, 29.97 fps(r) | aac, 44100 Hz, stereo | 5.23 GB
Genre: E-learning
Learn the advantages of using Groovy by itself and with existing Java projects. This video workshop takes you into the heart of this JVM language and shows you how Groovy can help increase your productivity through dynamic language features similar to those of Python, Ruby, and Smalltalk.
Presenter and Java consultant Ken Kousen demonstrates how writing anything from a simple build script to a full scale application is much easier with Groovy than with Java. You’ll quickly learn how to add Groovy to your projects, and then explore the language through a host of examples and demonstrations.
Once you complete this course, check out Ken’s other videos on the subject: Practical Groovy and Mastering Groovy.
Walk through Groovy’s basic data types
Use the “slashy” string syntax to define regular expressions
Learn how operator overloading in the libraries simplifies your code
Control and customize all the natural defaults and autogenerated code in POGOs
Get demonstrations on using closures, and mixing Java and Groovy classes together
Know when and how to use Abstract Syntax Tree (AST) transformations
Parse and generate both XML and JSON
Access RESTful web services with ease