EclipseSource Blogs

Read all latest blog posts

Eclipse (SWT) throws an NPE in TaskItem on MacOS

Nov 6, 2012

I was struggling to track down an NPE in the Yoxos Launcher that only happened on MacOS. To help others avoid this, I thought I would share the problem (and solution). The stack trace was as follows: …

The votes are counted and the results are in!

Nov 6, 2012

The EclipseCon program committee has voted on the early bird selections. Congratulations to these five speakers. - Shawn Pearce, Scaling Up JGit - Jake Wharton, Bootstrapping Android Apps with Open …

Running RAP 2.0 powered Web Application Bundles (WAB) on Virgo

Nov 5, 2012

With the latest RAP 2.0 milestone M2[1], you can run RAP based Web Application Bundles (WAB) with the unmodified RAP artifacts installed into your Virgo Jetty Server[2]. No more Eclipse buddy …

Eclipse Kepler Milestone 3, available for download

Nov 3, 2012

In many parts of North America we turn our clocks back one hour this weekend. If you’re looking for something to do with all this extra time you’ll have, why not download the latest Eclipse SDK 4.3 …

Integrating Gson into a JAX-RS based application

Nov 2, 2012

Creating modern applications often involves consuming REST based web services. One of the more popular ways to publish a REST service in Java is the JAX-RS (Jersey) specification. It allows you to …

A secure user account system with Eclipse RAP

Nov 1, 2012

Recently, I developed a “user account” system for a customer’s Eclipse RAP application. Here are a few do’s and don’ts, which I learned in the process. To provide some context: Users can perform …