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
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
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
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
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. …