Package net.tangly.gleam.model


package net.tangly.gleam.model
Provides the abstraction to configure programmatically the declarative mapping of business entities to various ports. Currently we support mappings to
  • TSV - Tab Separated Values - to archive or retrieve Java entities mapped to a TSV file.
  • JSON - Javascript Simple Object Notation - to archive or retrieve Java entities mapped to a JSON file.
  • Naked Objects with Vaadin - under definition and not ready for use.

Import and export of business entities are supported through these frameworks.