EclipseSource Blogs

Read all latest blog posts

Dart as a programming language

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

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 …

OSGi JAX-RS Connector 3.2 released

Jan 7, 2014

Today we are proud to release the OSGi JAX-RS Connector 3.2. A lot has happened since the 3.1 release back in October 2013. This post will give you an overview of the new and noteworthy things …

RAP 2.2 is available

Dec 20, 2013

Looking back on another eventful year for the RAP project, today we’re proud to publish the results in a new release, RAP 2.2. Let’s have a look at the highlights: Client-side Scripting We started off …