EclipseSource Blogs
Lesen Sie die neusten Blogposts
Running RAP 2.0 powered Web Application Bundles (WAB) on Virgo
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
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
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
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
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
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 …