Feedbacks

Tabris.js 1.5 is here

Dec 16, 2015

Tabris.js 1.5 is out now! Highlights include smart new looks for Android TabFolder, ability to use TabFolder as a swipe widget, support for elevation and z-translation on Android 5+, and iPad Pro …

The next Eclipse release / EclipseSource Room?

A simple, but nice thing about Eclipse releases are their names. Traditionally, Eclipse releases have been named after moons or other space-related phenomena. This started in 2006, when the 3.2 …

Announcing J2V8 3.1

Ian Bull
Dec 10, 2015

Just in time for Christmas, J2V8 3.1 is now available. It ships as standard JAR from Maven Central, an Android Archive (AAR) for your Android developer friends, and now as an OSGi bundle. Here is the …

J2V8 as an OSGi Bundle

Ian Bull
Dec 10, 2015

J2V8 is a set of Java Bindings for V8. I’m happy to announce that with the 3.1 release, we now ship J2V8 as an OSGi bundle. This means that you can easily use J2V8 on your favourite OSGi runtime, or …

EMF Forms goes AngularJS

Over three years ago, we started the explicit development of EMF Forms as a sub component of the EMF Client Platform. The goal was to ease the development of data-centric form-based UIs based on a …

Tabris.js Tips & Tricks: Parts 1 - 3

Tim Buschtoens
Nov 20, 2015

1 - A module for every page! The Page widget and JS modules are a natural fit. The backbone of your Tabris.js App should consist of modules defining pages. For example ‘MyPage.js’: exports.create = …