Feedbacks
User Experience Enhancements in Tabris 1.3 for Android
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
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
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
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
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
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 …