Tutorial of EMF Client Platform

EMF Client Platform

ECP
FROM MODEL TO UI USING ECP
  • Install EMFStore & ECP.
  • Create AddressBook model and generate code.
  • Configure and run the ECP application.
Customizing EMF Forms Editor using View Model
  • Create a ViewModel project for the Ecore model.
  • Customize layouts and preview changes.
  • Update the run configuration to apply the customized UI
Adding FormPage to EMF Forms Editor
  • .Create plugin with necessary dependencies.
  • Add custom FormPage via extension.
  • Render UI and run to see the new tab.
Custom Tooltip to EMF Forms Editor
  • Create plugin with required dependencies.
  • Add tooltipModifier extension.
  • Implement tooltips and run the app.