Our new Appfire Documentation Space is now live!

Take a look here! If you have any questions please email support@appfire.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 24 Next »

Introduction to Groovy

Groovy is an object-oriented programming language for the Java platform. It is a dynamic language with features similar to those of PythonRubyPerl, and Smalltalk. It can be used as a scripting language for the Java Platform. To know more about Groovy, see the Groovy Documentation.

Groovy in JMWE

Groovy script results in JMWE are used to:

On this page:

Building Groovy scripts

To learn how to write Groovy scripts, you need to know the basics of Groovy and how to use it in JMWE. You can either learn from the references or tutorials.

References for learning Groovy

  • Groovy in action

References for learning Groovy in JMWE

Tutorials for Groovy in JMWE

  • Return a boolean value
  • Return a user object
  • No labels