EclipseSource Blogs

Lesen Sie die neusten Blogposts

EclipseSource Oomph Profile - updated to 2021-03

18.03.2021

Eclipse 2021-03 has been released yesterday, a new version of the Eclipse IDE and platform. The new release contains a lot of useful improvements including useful clean up actions. A preview of Java...

A minimal diagram editor example for Eclipse GLSP

In this article, we introduce a minimal example for a diagram editor developed with Eclipse Graphical Language Server Platform (GLSP). GLSP is an open source framework to efficiently implement...

A property view for Eclipse Theia

In this article, we introduce the new, extensible property view that has recently been contributed to Eclipse Theia, the open platform for building web-based tools and IDEs. The property view is...

Building diagram editors in Eclipse Theia with GLSP

Do you want to implement a diagram editor in Eclipse Theia? The Eclipse Graphical Language Server Platform (GLSP) allows you to very efficiently create your own web-based diagram editors. It also...

The EMF.cloud Model Server

Do you want to build a web-based tool based on a domain-specific data model? Do you need to connect client-side editors or cloud-based services to an instance of your data model and enable...

The workflow diagram example for Eclipse GLSP

Do you want to see Eclipse GLSP, a framework for web-based diagram editors in action? In this article, we present a full-fledged example of a diagram editor implemented with GLSP that is available...