Posts tagged with "Tabris"

May 14th, 2013

How to Bootstrap a Tabris Application with Maven and Eclipse

From my point of view bootstrapping a new application is always tricky. Especially when you want to bootstrap an app that uses technology you are not yet familiar with. With this post I want to give you a step by step tutorial on how to bootstrap a Tabris application using Eclipse and Maven. So, let’s [...]

Leave a Comment
Apr 16th, 2013

Tabris 1.0 is here!

tabris-mdevices

Today we are proud to release Tabris 1.0. If you have not followed us so far you probably don’t know what Tabris is. Let me put it in one sentence: Tabris is the first Java-Toolkit for the cross-platform development of native mobile Apps. It enables you to write iOS and Android Apps completely in Java with [...]

8 Comments
Apr 4th, 2013

Tabris 1.0 is coming!

Here is a quick reminder for all Tabris enthusiasts. The 1.0 release is on track and will be available real soon. Run your server side application on mobile devices and benefit from the native features of your platform. Use the Tabris UI, swipe widget, native video and much more. See you soon.

Leave a Comment
Mar 11th, 2013

Meet us at EclipseCon 2013 in Boston

eclipseCon2013

Only two weeks left until EclipseCon! I’m sure everyone’s excited to see the new location, make new and meet old friends. This year we have plenty of talks ranging from runtime over mobile to modeling. Pick your choices! Highly Interactive Mobile Apps with RAP (J. Böhme López, H. Staudacher): Smartphones and Tablets have become ubiquitous. The [...]

Leave a Comment
Mar 7th, 2013

Revealing Tabris with reveal.js

tabris_overview_slides

Creating and sharing presentations using most of the tools available today is a pain. I think this is mainly due to the fact that they mix content and design in one document and often do a poor job in keeping these concerns apart when the user is editing. When I used Keynote for the first [...]

2 Comments
Feb 19th, 2013

Inside the Tabris UI

store

As you may have read in the Tabris 0.11.0 new and noteworthy post, we have created a small UI framework called the “Tabris UI”. In this post I will dive into the details of this framework. Grab a coffee and open your mind . Let’s get started… Background Almost a year ago we released our [...]

6 Comments
Feb 18th, 2013

Tabris 0.11.0 – New & Noteworthy

ui

Today I’d like to present Tabris 0.11.0. This build marks the last public milestone before the 1.0 release. From my point of view this milestone is a breakthrough for cross-platform mobile development in Java. We have managed to abstract common mobile navigation patterns into a Java API. In addition to this we have added support [...]

Leave a Comment
Jan 31st, 2013

Top 10 EclipseSource Blog Posts of 2012

Here at EclipseSource we like top 10 blog posts. So here is our top 10 of 2012 – the posts most viewed or created the most buzz. 1. Top 10 Eclipse Juno Features Eclipse Juno has been released this year and it was the first simultaneous release built on Eclipse 4. In preparation of the [...]

Leave a Comment
Jan 28th, 2013

Lean OSGi Launch Configurations with Jetty

osgi

Over the last years I have seen many OSGi project, and while I am pretty happy with most of them there is a tendency to oversized launch configurations. Keeping the launch configs lean is not easy because the automatic dependency resolver can not always pick the smallest set possible. And maybe even worse it is [...]

Leave a Comment