EclipseSource Blogs

Lesen Sie die neusten Blogposts

Eclipse Democamp Munich 2014

Jonas Helming
23.04.2014

We are pleased to invite you to participate in the Eclipse DemoCamp Munich 2014 on June 24th, which will be hosted this year by our new sponsor BSI and will be taking place at Capgemini Munich. The …

Tabris 1.4 Preview: Google Analytics

22.04.2014

On June 26th we will release Tabris 1.4. Currently we are working on the new features for this release. One of the Killer-Features, a tracking API for the Tabris UI framework, was finished last week. …

EMFStore 1.2.0 Released

Maximilian Koegel
17.04.2014

We just promoted the 1.2.0 RC to become the EMFStore 1.2.0 release. EMFStore now includes extension points and API which allow you to more simply replace the storage technology on client and on server …

Tabris 1.4 Preview: Print Support

Moritz Post
17.04.2014

Many people can stick to consuming their content on digital screens, but there might be times when you want to have it on paper. Therefore, the upcoming Tabris 1.4 release will add native support for …

EMF Forms: A Question of Effort

Jonas Helming
15.04.2014

A comparison between view modeling and manual UI programming In my previous blog, I introduced EMF Forms, a subcomponent of EMF Client Platform (ECP), which supports the development of form-based user …

3 Good Reasons to Avoid Arrays in Java Interfaces

Ralf Sternberg
11.04.2014

If you still find yourself defining methods like this public String[] getParameters(); in an interface, you should think again. Arrays are not just old-fashioned, there are good reasons to avoid …