https://github.com/cedricvidal/emf-scaffolding
EMF Scaffolding allows interactive guided modeling
https://github.com/cedricvidal/emf-scaffolding
eclipse emf mde modeling scaffolding
Last synced: 12 months ago
JSON representation
EMF Scaffolding allows interactive guided modeling
- Host: GitHub
- URL: https://github.com/cedricvidal/emf-scaffolding
- Owner: cedricvidal
- Created: 2019-04-11T14:21:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T09:16:14.000Z (about 7 years ago)
- Last Synced: 2025-02-12T08:18:32.734Z (over 1 year ago)
- Topics: eclipse, emf, mde, modeling, scaffolding
- Language: Java
- Homepage:
- Size: 15.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EMF Scaffolding
EMF Scaffolding allows interactive guided modeling. It takes inspiration from the scaffolding technic popularized by Ruby On Rails and applies it to the [EMF modeling framework](https://fr.wikipedia.org/wiki/Eclipse_Modeling_Framework).
## Dynamic inplace model scaffolding
EMF Scaffolding enhances that approach by implementing the principle of dynamic inplace scaffolding, allowing scaffolding while preserving user defined refinements.

This novel approach have been presented at [RMLL 2009](http://2009.rmll.info/) by [Cédric Vidal](https://www.linkedin.com/in/cedricvidal/). The presentation slides are [available on slideshare](https://fr.slideshare.net/cedric.vidal/emf-scaffolding).
# Taking over
Very advanced scaffolding rules can be implemented without removing the ability for the user to make refinements and take over the scaffolded elements where he see fit.



## Advantages
How does inplace scaffolding compare to other approaches
