Groovy Programming Cookbook

About the author

JCGs (Java Code Geeks) is an independent online community focused on creating the ultimate Java to Java developers resource center; targeted at the technical architect, technical team lead (senior developer), project manager and junior developers alike.

JCGs serve the Java, SOA, Agile and Telecom communities with daily news written by domain experts, articles, tutorials, reviews, announcements, code snippets and open source projects.

You can find them online at https://www.javacodegeeks.com/

Apache Groovy is an object-oriented programming language for the Java platform. It is a dynamic language with features similar to those of Python, Ruby, Perl, and Smalltalk. It can be used as a scripting language for the Java Platform, is dynamically compiled to Java Virtual Machine (JVM) bytecode, and interoperates with other Java code and libraries. Groovy uses a Java-like curly-bracket syntax. Most Java code is also syntactically valid Groovy, although semantics may be different.

Groovy 1.0 was released on January 2, 2007, and Groovy 2.0 in July, 2012. Since version 2, Groovy can also be compiled statically, offering type inference and performance very close to that of Java. Groovy 2.4 was the last major release under Pivotal Software’s sponsorship which ended in March 2015. Groovy has since changed its governance structure to a Project Management Committee (PMC) in the Apache Software Foundation. (Source)

In this ebook, we provide a compilation of GWT examples that will help you kick-start your own projects. We cover a wide range of topics, from sample applications and interview questions, to Callback functionality and various widgets. With our straightforward tutorials, you will be able to get your own projects up and running in minimum time.

 

Groovy Programming Cookbook includes:

  1. Groovy Script Tutorial for Beginners
  2. Groovy Dictionary Example
  3. Groovy Json Example
  4. Groovy String Example
  5. Groovy Closure Example
  6. Groovy Regex Example
  7. Groovy Collect Example
  8. Groovy Date Example
  9. Groovy Array Example
  10. Groovy Console Example
  11. Grails tutorial for beginners
JCG eBooks are professionally designed, downloadable collections of popular JCG content – articles, interviews, presentations, and research – covering the latest software development technologies, trends, and topics.
Back to top button