EclipseSource Blogs
Lesen Sie die neusten Blogposts
Custom Widgets in Tabris.js
The 1.2 release of Tabris.js will come with a glimpse of a very powerful new feature: custom widgets. Which problem do they solve? And how do they work? This blog post will provide you with some …
Styling the collection view in Tabris.js
One of the most common mobile views for displaying information is the collection view. The collection view is a scrollable list often used for presenting data as a series of rows and has been part of …
Calling native V8 JavaScript functions from Java
J2V8 is a set of Java bindings for V8. J2V8 brings the V8 API to Java developers. We developed J2V8 to help with the performance of Tabris.js, our cross-platform, mobile development toolkit. A common …
Call for Submissions: Modeling Symposium @ EclipseCon Europe 2015
We are happy to announce that Philip, Ed and I are organizing the Modeling Symposium for EclipseCon Europe 2015. Please support us by sharing the call on your communication channels. The symposium …
Introducing the EclipseSource Oomph Profile
The core strength of the Eclipse IDE has always been its adaptability and extensibility. Even without adding new plug-ins, you can customize almost everything by setting a preference. Additionally, …
How to find local resources in Tabris.js
The built-in, node compatible module system of Tabris.js makes it pretty easy to find and load JavaScript files within your project. NPM modules aside, all paths are relative. So even if your current …