Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.05 KB

ideas.md

File metadata and controls

25 lines (18 loc) · 1.05 KB

TODOs/ideas

JSON Schema

Ecore + XMI

  • A mapping that maps an Ecore to precise XML and JSON Schemas: descent.
  • A (standalone) Web editor for Ecore.
  • … Implementations of Ecore (and XMI, as generation target) in JetBrains' MPS.
  • Use Xcore to conveniently author Ecore models outside of Eclipse.
  • Make a comparison between Ecore and the MPS Structure language.

Other

  • Make proper division, with documents separate.
  • Set up a testing ground for EMF, using Maven. Use that to quickly generate example models, test, and experiment.
  • Make EMF/Ecore-based services (validation, generation, etc.) available through AWS Lambda.
  • Use https://www.npmjs.com/package/xml-js to read/write XMI to/from JSON.