building business u is with emf forms

13
© 2014 EclipseSource | http ://eclipsesource.com/munich | Dr. Maximilian Kögel | Building Business UIs with EMF Forms 1 Building Business UIs with EMF Forms Maximilian Kögel [email protected]

Upload: maximilian-koegel

Post on 05-Jul-2015

109 views

Category:

Documents


3 download

TRANSCRIPT

Page 1: Building business u is with emf forms

© 2014 EclipseSource | http://eclipsesource.com/munich | Dr. Maximilian Kögel | Building Business UIs with EMF Forms 1

Building Business UIs with EMF Forms

Maximilian Kögel

[email protected]

Page 2: Building business u is with emf forms

© 2014 EclipseSource | http://eclipsesource.com/munich | Dr. Maximilian Kögel | Building Business UIs with EMF Forms 2

Data is often viewed/edited in a form-based UI

Page 3: Building business u is with emf forms

© 2014 EclipseSource | http://eclipsesource.com/munich | Dr. Maximilian Kögel | Building Business UIs with EMF Forms 3

Data model needs to be mapped to UI

Page 4: Building business u is with emf forms

© 2014 EclipseSource | http://eclipsesource.com/munich | Dr. Maximilian Kögel | Building Business UIs with EMF Forms 4

Manual coding of these UIs is a huge effort

Page 5: Building business u is with emf forms

© 2014 EclipseSource | http://eclipsesource.com/munich | Dr. Maximilian Kögel | Building Business UIs with EMF Forms 5

Modeling the UI

Domain Model

(XSD, Ecore)View Model User Interface

Renderer

Page 6: Building business u is with emf forms

© 2014 EclipseSource | http://eclipsesource.com/munich | Dr. Maximilian Kögel | Building Business UIs with EMF Forms 6

Modeling the UI

1. Data Binding with Controls

2. Modeling Structure with Layouts

Domain Model View Model UI

Page 7: Building business u is with emf forms

© 2014 EclipseSource | http://eclipsesource.com/munich | Dr. Maximilian Kögel | Building Business UIs with EMF Forms 7

Demo

Page 8: Building business u is with emf forms

© 2014 EclipseSource | http://eclipsesource.com/munich | Dr. Maximilian Kögel | Building Business UIs with EMF Forms 8

Example: Embedding EMF Forms in a SWT UI

• EMF Forms can be embedded on every Composite

• ECPSWTViewRenderer.INSTANCE.render(Composite

parent, EObject domainObject);

Page 9: Building business u is with emf forms

© 2014 EclipseSource | http://eclipsesource.com/munich | Dr. Maximilian Kögel | Building Business UIs with EMF Forms 9

EMF Forms Features

• Controls to edit data + Layouts to structure UI

• IDE-Tooling

• Many additional view model elements

• Live-Validation

• Rule-based visibility and enablement of controls

• Exchangeable UI Technology:

• SWT (Production)

• JavaFX (Development)

• Browser/Web based on RAP (Production)

• Browser/Web based on AngularJS and Play (Development)

• Mobile based on Tabris (Demo)

Page 10: Building business u is with emf forms

© 2014 EclipseSource | http://eclipsesource.com/munich | Dr. Maximilian Kögel | Building Business UIs with EMF Forms 10

Rendering technologies

Page 11: Building business u is with emf forms

© 2014 EclipseSource | http://eclipsesource.com/munich | Dr. Maximilian Kögel | Building Business UIs with EMF Forms 11

When to use UI Modeling

• Large Domain Model

• Many different Views

• Frequent Domain Model changes

• Homogenous UI

• UI Technology Independence

• Improved Customer Involvement

• Fast Turnaround + Rapid Prototyping

• Easy-to-grasp UI concepts

Page 12: Building business u is with emf forms

© 2014 EclipseSource | http://eclipsesource.com/munich | Dr. Maximilian Kögel | Building Business UIs with EMF Forms 12

More Information

• Next Release 1.5 Luna SR2

• Roadmap:

• Expose more API

• Development of Tabris Renderer

• Improve Web Renderer based on AngularJS

• EMF Forms: http://emfforms.org

• Twitter: #emfcp https://twitter.com/EMFCP

Page 13: Building business u is with emf forms

© 2014 EclipseSource | http://eclipsesource.com/munich | Dr. Maximilian Kögel | Building Business UIs with EMF Forms 13

Please give us feedback – Thank you!