EclipseSource Blogs
Lesen Sie die neusten Blogposts
RAP 3.1 Supports Right-to-Left Orientation
Some languages, such as Arabic and Hebrew, are written from right to left. The different reading direction not only affects texts, but most UI elements. Preparing software for use in those languages …
EMF Forms 1.7.0 Feature: Runtime View Model Migration
With Mars.1, we released EMF Forms 1.7.0. EMF Forms makes it really simple to create forms that edit your data, based on an EMF model. To get started with EMF Forms please refer to our tutorial. In …
EclipseSource Oomph Profile: Updated to Mars.1
Mars.1 was successfully released on Friday, October 2nd. “Mars.1” is the first “service release” for Mars. The community has decided not to call the second and third release of one release stream …
EMF Forms and EMF Client Platform 1.7.0 released!
We are happy to announce that together with Mars.1, we have released EMF Forms and EMF Client Platform 1.7.0! We want to thank all committers and contributors for their work as well as the active …
JSON Schema Validation with Play
In this post, we introduce a way of validating JSON HTTP requests based on a given JSON Schema instead of manually implementing the validation. We were recently approached to implement validation of …
Write Tabris.js Apps in TypeScript
The dynamic typing in JavaScript allows for more flexibility, but it comes at the price of weaker tool support. Explicit type definitions in your code can support editors to provide more exact …