Groovy Debugging
- by Vijay Allen Raj
Groovy Debugging - An Overview:ADF BC developers may express snippets of business logic (like the following) as embedded groovy expressions:
default / calculated attribute valuesvalidation rules / conditionserror message tokensLOV input values (VO)
This approach has the advantages that:
Groovy has a compact, EL-like syntax for expressing…