Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 573 Bytes

File metadata and controls

15 lines (11 loc) · 573 Bytes

connie

Connie is a Java Library allowing to define and execute an expression-based language over a generic API. This language is commonly used to connect various technologies. The purpose of the Connie component is to offer the following services to other components:

  • Navigating through a graph of object
  • Defining strong typed path and expressions
  • Executing strong typed path and expressions

This repository is split into two projects:

  • flexoutils contains utilities used all over Openflexo infrastructure
  • flexoconnie contains Connie component itself