EclipseSource Blogs

Read all latest blog posts

EMF Forms 1.9.0 Feature: Ecore Editor Reloaded ... again

With Neon, we released EMF Forms 1.9.0. EMF Forms makes it really simple to create forms which edit your data based on an EMF model. To get started with EMF Forms please refer to our tutorial. In this …

Smile: Deploying a mobile app has never been so easy

Ian Bull
Aug 10, 2016

Mobile software development is hard. Before you can even write your first line of code you must: download, install and configure the IDEs and SDKs, configure the emulators or connect a device to your …

Call for Submissions: Modeling Symposium @ EclipseCon Europe 2016

We are happy to announce that Philip, Ed and I are organizing the Modeling Symposium for EclipseCon Europe 2016. Please support us by sharing the call on your communication channels. The symposium …

Branching Without an if, A Java Puzzle

Ian Bull
Aug 6, 2016

I returned home late the other night, and saw this tweet in my timeline: https://twitter.com/marckhouzam/status/761389998788714496 He added a clarifying note that said the ‘?’ was also broken. For …

Tabris.js 1.9 is here

Aug 3, 2016

The long-awaited imageData support is here, together with new lifecycle events, enhancements to WebView handling, and much more. In addition, Tabris.js now has a public playground! Read on for more …

Improved Memory Management with J2V8

Ian Bull
Jul 29, 2016

Memory management in J2V8 has never been easy. Because J2V8 bridges V8 and Java, three different memory models are in play. Both Java and JavaScript provide a managed memory model with their own GC. …