Entity Editor

Adichatz provides Entity Editors for managing inside one editor detail of an entity and all related objects (dependencies) of this one.


The default default design of an entity editor contains:

  • one page which presents entity detail.
  • one page for managing all related objects linked by a OneToMany or ManyToMany relationship. Each
  • one page by OneToOne relationship which presents detail of the related object.


Standard generation process provides raw Entity Editors. A developper can easily remodel the editor by:

  • changing layouts,
  • redefining validation processes,
  • extending controllers,
  • adding specific listeners to change behavior.</WRAP>


Entity Editor provides useful mechanisms:

  • Databinding service ensure data consistency.
  • An outline panel to quickly navigate within the pages of the editor or to retrieve the errors that occurred.