Jackson Integration - Ember Schema Generator

[Ember Schema Generator] (https://github.com/marcus-nl/ember-schema-generator) is a new Java library that can be used to generate an Ember schema from Jackson Databind model. This makes integration between Java and Ember much easier, because you only need to define your data model once, avoiding code duplication.

The generated Ember schema is a declarative JSON representation of the mapped classes and their properties. The classes have an optional super type. Each property has a name and a declared type.

To use the schema on the client side load it by using Ember Schema Loader. Especially the loader is still a work in progress.

1 Like

An example project can be found at https://github.com/marcus-nl/ember-schema-example.