Feedbacks
Talks selected for Modeling Symposium @ EclipseCon North America 2015
I am happy to present the selected talks for the Modeling Symposium for EclipseCon North America 2015. It is scheduled for the second day of the conference, i.e., Tuesday, March 10th, 5pm. The …
Looking for help with a Hackathon at EclipseCon 2015
If you are an Eclipse committer and planning on attending EclipseCon 2015, we need your help! We are organizing a hackathon to be held during EclipseCon. The goal of the hackathon is to help new …
Tabris.js 0.9.0 is here
Tabris.js is a new framework to develop mobile apps in JavaScript. For a general introduction, check out this post: Native Mobile Apps in JavaScript with Tabris.js. Version 0.9.0 is now online and the …
Mobile App Development in JavaScript -- Three Minute Tutorial
If you have three minutes and access to an iOS or Android device, you can develop your first cross platform, native, mobile application with JavaScript, using Tabris.js. 1. Request an invite to …
OpenSource Week in the Alps
Developing, enhancing and using open source frameworks is daily business for us. We create a lot of open source software as committers and contributors for projects at Eclipse.org (e.g. EMF Forms) and …
Working with modules and libraries in Tabris.js
Tabris.js implements a module system as outlined by Common.js and supported by npm. Modules are a great way to organize your application code into isolated units. Unlike conventional scripts they …