Home
Categories
Dictionary
Download
Project Details
Changes Log
FAQ
License
Tutorials
1 Basic tutorials
2 Debugger tutorials
3 About method wrappers
4 See also
This article presents a list of tutorials.
Basic tutorials
These tutorials explain the simplest way of using the library.
The
Groovy tutorial
is a basic tutorial which explains how to load a Groovy script and use it from Java
The
Ruby tutorial
explains how to load a Ruby script and use it from Java
The
Logger tutorial
explains how to use the logger
Debugger tutorials
The following tutorial explains how to use the
debugger
:
The
Debugger tutorial
is a basic tutorial which explains how to use the
debugger
with a Groovy script
About method wrappers
These tutorials explain an alternate way of using the library, specifying the wrappers per method rather than for a whole script.
The
Groovy wrappers tutorial
uses the same script but in that case, we will explictly create a wrapper for our method
In the
Second Groovy wrappers tutorial
, we add more methods in the script we defined for our Groovy wrappers tutorial
In the
arguments conversion tutorial
, we perform argumetns conversion for our Groovy wrappers tutorial
See also
Basic usage
: This article is about the basic usage of the library
Categories
:
tutorials
Copyright 2019-2020 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence