OGNL

From GreenVulcano Wiki
Revision as of 18:19, 21 December 2012 by G.dimaio (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

OGNL stands for Object-Graph Navigation Language; it is an expression language for getting and setting properties of Java objects, plus other extras such as list projection and selection and lambda expressions. You use the same expression for both getting and setting the value of a property.

GreenVulcano® ESB uses OGNL script in various Engine components to empower it's objects manipulation capability. In some scenario it's an alternative to JavaScript.

This link reference OGNL syntax description.

GreenVulcano® ESB provides some utility classes that can simplify the configurator/developer work.