Holger Staudacher

Holger Staudacher works as a software developer and consultant at EclipseSource in Karlsruhe, Germany. He is responsible for the Tabris server side and one of the core team of committers on the Eclipse Remote Application Platform (RAP) project. Holger also authored the popular restfuse framework for testing REST APIs. He is interested in anything to do with agile, cleancode and distributed systems.

Twitter Google+ GitHub Facebook 

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 [...]

3 Comments
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
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
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 14th, 2013

OSGi JAX-RS Connector 2.2.0 released (JAX-RS 2.0 update)

There’s good news for our OSGi JAX-RS Connector. We’ve added a consumer implementation that gives you the opportunity to reuse your @Path/@Provider interfaces to consume REST services in a generic way. Over the last few weeks I’d used this consumer a lot and decided that it should go into this release of the connector. So, [...]

3 Comments
Nov 28th, 2012

Consuming REST services in OSGi the cool way

consumer

I recently introduced you to the JAX-RS Consumer. If you’ve read that post you might remember that I promised to write about the OSGi integration of the consumer. This is the topic of this short post. As you might know, a while ago I created the OSGI-JAX-RS connector. This connector gives you the opportunity to [...]

4 Comments
Nov 27th, 2012

Consuming REST services in Java the cool way

overall

When creating a REST API with Java you probably go with JAX-RS . It’s a nice and well thought-out standard. Having the services encapsulated as plain Java objects with some annotations feels good to me. But this is all different when it comes to consuming REST services. During the last month I have searched for [...]

3 Comments
Nov 7th, 2012

A Software Craftsman’s Toolbox: Lightweight Java libraries that make life easier.

box

As a software developer you will use plenty of frameworks during your career. There are the big beasts like Spring, ActiveMQ or OSGi that you have to master in order to build the foundations of your applications. And then, there are the small frameworks. Let’s call them lightweight tools. Like a carpenter, the lightweight tools [...]

6 Comments