EclipseSource Blogs

Read all latest blog posts

Eclipse Preferences You Need to Know

Aug 13, 2013

Lately there have been many discussions regarding Eclipse preferences because of sites like ihateeclipse.com. The Number 1 complaint on this site is that Eclipse’s resources get out of sync with...

Eclipse Platform 4.4 (Luna) Milestone 1, Available

Aug 10, 2013

The annual Eclipse release typically indicates the beginning of summer. And if the back-to-school commercials aren’t an indication that summer is winding down, the restarting of the Eclipse...

Configuring EMFStore Server

Aug 8, 2013

Recently we released EMFStore 1.0.0 and made it available for download and installation. Using the tutorial “Getting Started with EMFStore”, you can set up a first client based on the EMF...

Control Your OSGi Application at Runtime

Aug 5, 2013

It is a common procedure to read the initial configuration of a classic Java program from a file system properties file. Once the program is up and running, changes made to the configuration will be...

Git Best Practices

Aug 5, 2013

At EclipseSource and Eclipse we love git, as you can tell by the 582 public repositories on Eclipse’s github page. Once you are familiar with the basics (if not, try this 15 minute tutorial or...

How to debug RAP 2.x custom widgets and client listener

Aug 2, 2013

RAP 2.0 introduced the JavaScriptLoader service to allow custom widgets to load their scripts dynamically. However, because this is based on an “eval”-like JavaScript feature, the scripts...