Cimande:Descriptor

From BlueOxygen Wiki

Jump to: navigation, search

[edit] Content Descriptor

Descriptor is the most important part of Cimande project, every content is called descriptor, or content descriptor. Descriptor basically is a name for a content which the content can be from a database (ORM), content repository (JCR), or from another services such as another JSON or Web Services.

Every content will mapped based on traditional CRUD.

We are seeking also the RESTfull solution for our descriptor.

Descriptor combined with the our ACL solution will become a good filter for become services producer. Those are our aims.

Every descriptor contains:

  1. Entity, a ORM based on Hibernate (JPA), that will persist the database and the POJO.
  2. Action to map all the CRUD, like new, search, search-result, edit, delete.
Personal tools