Feedbacks

Integrating Gson into a JAX-RS based application

Moritz Post
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 …

Trick or Treat: EclipseCon Early Bird Selection

Ian Bull
Oct 30, 2012

Wednesday October 31st is Halloween, an evening where children go door to door looking for a treat (candy) – at least in North America. The EclipseCon 2013 program committee would like to offer the …

Filtering tables in SWT/JFace

Tillmann Seidel
Oct 26, 2012

Working with tables or trees with more than a handful of rows, you quickly find that you need a way to filter or search for content, otherwise they become unusable. The Eclipse workbench offers an …

My Top 10 Tips on how to be more productive with the Eclipse IDE

Oct 26, 2012

I’ve met many programmers over the years who had just started using Eclipse or already had “some experience” – but they used Eclipse just as a text editor or handled it in a very cumbersome way. The …

OSGi-JAX-RS Connector 2.1.0 released

Oct 26, 2012

Two months ago the OSGi JAX-RS was released in Version 2.0. Today I’m proud to announce Version 2.1. In addition to minor improvements, a new feature was added based on the work of Dirk Lecluse. It’s …