Feedbacks

User Experience Enhancements in Tabris 1.3 for Android

Moritz Post
Feb 20, 2014

The upcoming Tabris 1.3 release will include visual improvements to the Tabris Android client. Most notable is an updated animation for the TabFolder appearance and an improved user experience when …

A lightweight Java application server on Raspberry Pi

Jochen Krause
Feb 18, 2014

Raspberry Pi is a trademark of the Raspberry Pi Foundation As of recently, Oracle is providing a JVM for Raspberry Pi that performs well enough to use the Pi as an application server. Raspberry Pi …

Dart as a programming language

Moritz Post
Feb 18, 2014

Lately i have been experimenting with the dart language a lot. Dart claims to be “a new platform for scalable web app engineering” and while that is true, it is also an interesting programming …

SWT Best Practices: Changing Fonts

Feb 10, 2014

Here is a widespread way of creating a label with a bold font: Label label = new Label(shell, SWT.NONE); Font boldFont = new Font( label.getDisplay(), new FontData( "Arial", 12, SWT.BOLD ) ); …

Ian's Top 5 EclipseCon Picks

Ian Bull
Feb 5, 2014

EclipseCon 2014 is less than 6 weeks away and I’m getting pretty excited. The schedule has been published and the diversity of talks is really what makes this such a fun conference. While I helped …

Step by Step: How to bring JAX-RS and OSGi together

Feb 4, 2014

Most of the server-side Java systems I built over the last years had the following requirements: They should be modular to be highly extendable and of course they should have a REST API to lower the …