Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "More Details on ECP Demo in Vienna 2010"

(New page: The EMF Client Platform (ECP) is a framework to ease the development of data-centric applications based on EMF. To build an application based on the framework it is sufficient to genera...)
 
Line 1: Line 1:
 +
About Demo:
  
 +
In the demo show how to the EMF Client platform allows to browse and modify an instance of a EMF model. We will show how to adapt the refelctive editor for one EObject and how to replace this editor by a fully customized solution. We create a custom validation rule as well as a custom drop adapter.
  
  
The EMF Client Platform (ECP) is a framework to ease the development of data-centric applications based on EMF. To build an application based on the framework it is sufficient to generate code from an Ecore model following the default EMF model driven development lifecycle. The framework supplies a form-based reflective editor and a model navigator to browse, create and manipulate instances of the generated model. Furthermore instances of the model are persisted automatically on the client and can be pushed to a repository to synchronize the model with other clients.
+
Prerequisites for the Demo:
 +
 
 +
Download the "Eclipse Modeling Tools" Edition of Eclipse from eclipse.org. Install EMF Client platform from its update site. Instructions are available [http://www.emfcp.org/].
 +
 
 +
The EMF Client Platform (ECP) is a framework to ease the development of data-centric applications based on EMF. To build an application based on the framework it is sufficient to generate code from an Ecore model following the default EMF model driven development lifecycle. The framework supplies a form-based reflective editor and a model navigator to browse, create and manipulate instances of the generated model. Furthermore the framework provides a EMF specific validation view and EMF-centric Drop Adapters.

Revision as of 17:21, 27 May 2010

About Demo:

In the demo show how to the EMF Client platform allows to browse and modify an instance of a EMF model. We will show how to adapt the refelctive editor for one EObject and how to replace this editor by a fully customized solution. We create a custom validation rule as well as a custom drop adapter.


Prerequisites for the Demo:

Download the "Eclipse Modeling Tools" Edition of Eclipse from eclipse.org. Install EMF Client platform from its update site. Instructions are available [1].

The EMF Client Platform (ECP) is a framework to ease the development of data-centric applications based on EMF. To build an application based on the framework it is sufficient to generate code from an Ecore model following the default EMF model driven development lifecycle. The framework supplies a form-based reflective editor and a model navigator to browse, create and manipulate instances of the generated model. Furthermore the framework provides a EMF specific validation view and EMF-centric Drop Adapters.

Back to the top