EclipseSource Blogs

Read all latest blog posts

Visualizing data with D3

Jul 18, 2013

Using visualization to extract knowledge from data is one proven approach for dealing with large amounts of data. Today I would like to introduce you to D3, an intriguing JavaScript library for...

EMF Dos and Don´ts - Series Finale

EMF is a very powerful framework and with power comes…responsibility. You can achieve great things with a minimum of effort using EMF, but if something goes wrong, you can also spend hours...

EMF Client Platform: Make it Happen! Day 5

Jul 11, 2013

This part of the series describes how to add custom controls to the editor of the EMF Client platform. “Make It Happen” is an example application we are using to present the features of the EMF Client...

Invisible chaos - mastering white spaces in Eclipse

Jul 9, 2013

By Pöllö (Own work) [CC-BY-3.0], via Wikimedia Commons Did you ever look at a colleague’s Java source code file which contained mixed spaces and tabs for indentation, making the code completely...

Four ways to deal with private members in JavaScript

Jul 5, 2013

I’ve been programming JavaScript for a few years now, and the one thing that definitely bothered me from the beginning was the lack of built-in support for private object members. The feeling...

EMF Client Platform: Make It Happen! Day 4

Jul 4, 2013

This part of the series describes how to replace the editor of the EMF Client platform. “Make It Happen” is an example application we are using to present the features of the EMF Client Platform. On...